you'll need a rule that says if the current score is > than high score
change highscore to current score.
Make sure you have current score in one game attribute and the 'high score' in another.
Make sure you use save and load attributes, so the score is saved permanently even if the player closes the game on their device. Have it load it on the first scene of the game.
Comments
Here is a demo I got from another thread I downloaded it sometime ago to do high scores in one of my games.
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template
you'll need a rule that says if the current score is > than high score
change highscore to current score.
Make sure you have current score in one game attribute and the 'high score' in another.
Make sure you use save and load attributes, so the score is saved permanently even if the player closes the game on their device. Have it load it on the first scene of the game.