Saves in version 1.0 is the same: works on command line, but not when double clicking the App Bundle (the .app directory). I don’t know where the default working directory is when double clicking the App Bundle, maybe somewhere not writable?
I’m a bit surprised that save files are intended to be written to the working directory. I thought it would target ~/Library/Application Support/Name
. Godot also suggests using that directory via the user://
prefix to keep the behavior portable.