Devlogs
Posted July 29, 2025 by Valengo
In the Unity project i was using local files as storage for the saves. WebGL doesnt allow that, and when rigorously testing I noticed saves didnt show up.Patched to use PlayerPrefs to save on WebGL now.