My goal is to save binary values for the achievements of my game so that when you leave it it remains saved.
The problem is that on the desktop export the local storage does not work. (it works well on web export).
I have tested copy pasting the code (local storage part) into a blank project and it works fine.
What should I do ?