Search found 2 matches

by TheNightglow
Wed Aug 31, 2022 11:34 am
Forum: General Discussion
Topic: File Save Mode on WebGL
Replies: 3
Views: 3240

Re: File Save Mode on WebGL

Hi, yea, since I tried other forms of persistent saving before finding this solution, I had also made a download function that opens a file explorer dialog to get the save-file ES3 produces (similar to how you can download a save file in games like cookie clicker). Thus, even though I see no way to ...
by TheNightglow
Tue Aug 30, 2022 12:44 pm
Forum: General Discussion
Topic: File Save Mode on WebGL
Replies: 3
Views: 3240

File Save Mode on WebGL

Hi, just wanted to point out an easy way to persistently save files to the browsers IndexedDB using ES3. I needed this for my work since save files went over the PlayerPref limit and I am not sure why but it seems to be unsupported by default? see "However, on WebGL data will automatically be s...