Hi, I'm developing a, HTML5 game that uses playerprefs to store data. It works perfectly.
BUT
I want to keep updating the game based on feedback and stuff like that, and when I generate a new build of the game and upload it to the game page, the playerprefs get lost and the player loses all progress.
Does anyone know if there is a way to upload a new build without losing the playerprefs saved data?
I already tried saving it with the same name, but it always resets everything.
halp pls