mk12001 Posted August 24, 2015 Share Posted August 24, 2015 Hi guys, I was wondering how I can achieve progress/settings saving and loading. Basically, I wanted to make sure that the users can close the app and still have the levels, items, and settings preserved. Any inputs are very much appreciated. Link to comment Share on other sites More sharing options...
Alexalten Posted August 24, 2015 Share Posted August 24, 2015 Hi,I've used the "localstorage" method. It works in browser and with wrapped scripts (eg. Ludei App service).The data are saved until the user delete the cache. Bye,Alex Link to comment Share on other sites More sharing options...
drhayes Posted August 24, 2015 Share Posted August 24, 2015 This will totally work. Just be careful that your total amount stored doesn't go above 5 megs (which is a lot!) or the browser will do bad things to your stored data. Link to comment Share on other sites More sharing options...
Recommended Posts