Check the How do I FAQ :
[quote:vb9fwbkk]
Local Storage
- How do I do High Scores with Local Storage - LINK
- Another example how to do high scores with Local Storage - LINK
Those are examples of how to use the local storage, and it will show how to use it to save and load values.
The value you save will likely be the .asJson content of your dictionary object.
So when you load from the local storage (get or checking if item exists and it does) you can then Dictionary.Load LocalStorage.ItemValue
Thank you, you are fantastic!