Closed xsellier closed 2 years ago
I wish I can do it, but it;'s an engine limitation. Has to use user://
to ensure the path is writable ( https://docs.godotengine.org/en/2.1/learning/step_by_step/filesystem.html?highlight=user%3A%2F%2F#user-path ). user://
is a shortcut for AppData/Roaming
( https://godotengine.org/qa/4351/where-are-user-locations-on-each-platform )
More convenient to have the save files in the document folder.