Save destination folder

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
qest43
Posts: 33
Joined: Thu May 26, 2022 9:22 am

Save destination folder

Post by qest43 »

Hello, what is the default destination folder on Windows where Save System saves our progress?
User avatar
Tony Li
Posts: 21972
Joined: Thu Jul 18, 2013 1:27 pm

Re: Save destination folder

Post 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.
Post Reply