Hello,
I'd like to add highscore feature to my web player game. What is the effective way of storing and displaying player's highscores for browser games?
I am using an object (it's not being destroyed between scenes) called Game Data, with GameData C# script that stores public int variable "totalScore".
↧