Hello guys, so i save for me is working properly and some other people who plays, but some loses their data.
My save use:
Dictionary
Local Storage
Saving
1.I Save all the Array.JSON to the Dictionary.
2.Save that Dictionary.JSON to the Local Storage.
Loading
1.Check if Save exist from Local Storage.
2.Load the Dictionary.
3.Load all Array from Dictionary.
This Works Properly for me and Others, so i thought the problem is elsewhere , but i can't identify it. Would very much appreciate if anyone would help me. Thank you.