Save destination folder
Save destination folder
Hello, what is the default destination folder on Windows where Save System saves our progress?
Re: Save destination folder
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.
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.