KingEnderBrine / -RoR2-ProperSave

MIT License
24 stars 14 forks source link

Update to use Application.persistantDataPath instead of Executing directory #3

Closed PassivePicasso closed 4 years ago

PassivePicasso commented 4 years ago

this will prevent users from accidentally deleting their saves if they have to redo their modding installations or re-install ror2.

https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html

PassivePicasso commented 4 years ago

update this line: https://github.com/KingEnderBrine/-RoR2-ProperSave/blob/develop/ProperSave/ProperSave.cs#L39

PassivePicasso commented 4 years ago

Propose fix is untested.

PassivePicasso commented 4 years ago

It would probably be ideal to silently move users saves from the current dir to the new dir.

KingEnderBrine commented 4 years ago

Hello, thanks for proposed fix. I will add it in the next update.