Steam Cloud Saves
Posted: Tue Apr 15, 2025 7:59 pm
Hi Tony,
We're trying to understand how to set up Steam cloud saves, but we're having trouble understanding where exactly our game saves save files. We see a game path at 'C:\Users\Me\AppData\LocalLow\Company\Game' but all that we've found in that folder is a 'Unity' folder, a 'Player.txt', and a 'Player-prev.txt'.
We use the PlayerPrefsSavedGameDataStorer and the Save System components on our DialogueManager gameObject, and we use SaveSystemMethods.SaveSlot(0) to save Dialogue Database values to slot (we only have 1 save slot).
On the Steam cloud setup I need to put in a location on a user's pc where the game files would save, so I was curious where the DialogueSystem serializes and saves the data on disk.
Thanks!
-Nik
We're trying to understand how to set up Steam cloud saves, but we're having trouble understanding where exactly our game saves save files. We see a game path at 'C:\Users\Me\AppData\LocalLow\Company\Game' but all that we've found in that folder is a 'Unity' folder, a 'Player.txt', and a 'Player-prev.txt'.
We use the PlayerPrefsSavedGameDataStorer and the Save System components on our DialogueManager gameObject, and we use SaveSystemMethods.SaveSlot(0) to save Dialogue Database values to slot (we only have 1 save slot).
On the Steam cloud setup I need to put in a location on a user's pc where the game files would save, so I was curious where the DialogueSystem serializes and saves the data on disk.
Thanks!
-Nik