Hi, i'm playing right now with Dictionary and Localstoage, i'm having two keys "Highscore" and "LevelName". I'm having problems when switching level because my "LevelName" get replace by the new one but keep Highscore from last one.
Ex; Highscore : 30 secs - LevelName : Lvl1 when i'm moving level 2, Highscore still : 30 secs but LevelName : Lvl2.
Is there any way that Dictionary figure it out when level name are differents they add a new key and set highscore associate with this new level?
Thanks !