Page 1 of 1
Save destination folder
Posted: Sat Sep 03, 2022 3:17 pm
by qest43
Hello, what is the default destination folder on Windows where Save System saves our progress?
Re: Save destination folder
Posted: Sat Sep 03, 2022 3:26 pm
by Tony Li
Hi,
It depends on what SavedGameDataStorer component you're using.
If you're using PlayerPrefsSavedGameDataStorer (like the Demo scenes do), it saves to
PlayerPrefs.
If you're using DiskSavedGameDataStorer, you can set the Base Path to
Persistent Data Path,
Data Path, or Custom. If you choose Custom, you need to specify the path in the Custom Path property.
If you're using a different SavedGameDataStorer, such as your own subclass, or the Easy Save ESSavedGameDataStorer, the location may be different.