Hi,
I'm looking for a way to use the same offline stored values (e.g. Webstorage / Local Values) for multiple games.
Like if you want to make a free demo version with 3 Lvls and let the player continue at Lvl3 (and with all the collected items) in the full version of a game.
Develop games in your browser. Powerful, performant & highly capable.
Correct me if im wrong but I believe it does this already, I've had 2 versions of my game on my phone (diff package names) and I had to clear data on the old app to have a fresh start on the new.
To be honest, I didn't test it.
But that would mean "Clear local Storage" resets all the stored value of all applications using Webstorage?
Or if you use a common key name like score or lvl it maybe resets the stored data from another game?