Hello Unity Team,
I would like to ask about Application.persistentdatapath on SteamDeck.
We have a problem with our game on steam deck as it doesn’t save the game settings/config file (which is stored at the default Application.persistentdatapath) so every time we restart the game the settings are reset. It’s weird because the game save files are stored and loaded in the game as it should and the config file is saved at the same location as the save files. We tried this either with cloud saving turned on and off in the steam account.
My question is: What is the default Application.persistentdatapath on SteamDeck/Linux? Should this path be given as path for save files in the steam developer platform at game set up? Or shoudl it be something different and that different path should be referred in the code?
Thank you very much for your help!
We are using Unity 2021.3.16