I'm trying to achieve the same result Quique1222 was a year ago and Ashley's suggestion is the closest thing I've found to a solution.
The thing is, when I tried to implement the workaround, I couldn't make it work.
Here's what I did to pinpoint the problem:
- I was able to consistently save and load the contents of a textbox using System actions.
- With the save game in place, the result obtained from LocalStorage.KeyCount was 0
I then created a test key directly with LocalStorage:
While debugging on Firefox, I used the built-in Storage inspector to determine that they were saved in different folders:
It can't be done, then?