- Home /
Player Prefs reset after crash?
On iOS and Android, player prefs are sometimes reset when our game crashes which results in players losing their progress. I'm not sure what is causing the crash as I haven't been able to reproduce it.
I have experienced this a couple of times personally and we are having repeated reports from users experiencing the same issue.
Is anyone else experiencing this issue?
Answer by Statement · Aug 19, 2016 at 07:27 AM
Maybe you are continously writing to player prefs? Perhaps in that case you should save the proves in leaped intervals, say each completed level.
Or maybe a colleague trolled you with a player refs delete all. Even more trolling would be through that call via reflection as strings can be so easily obfuscated with Ceasar Coding.
Thanks for the reply :)
We're not continuously writing to or saving player prefs. Player Prefs works fine 99% of the time, just occasionally after a crash it's reset.
Hehe no we haven't been trolled :)
Your answer
Follow this Question
Related Questions
Playerprefs save player position 3 Answers
PlayerPrefs wont save info 1 Answer
How to save gameobject values with respect to scene? 1 Answer
PlayerPrefs Int to Float 1 Answer
Highscrore won't work 1 Answer