Hi, All!
In native game we can save data into the player’s computer. Only player using that computer can overwrite that saved game.
Since the data in HTML5 games is not saved into the browser’s cache, how GDevelop manage the data for different players?
Let’s say, I create a HTML5 game. I upload it to Kongregate or somewhere else. When somebody playing the game, and then the game progress is saved, will that saved data overwritten if someone else playing the game and then saving the progress? I hope not, but if it is, how can I make the saved data not overwritten every time different players saving the game?