Save score
I wonder how I could somehow save the highest score made in a given project.
I use the variable "score" for counting the points and a dynamic text named "textoscore.text =" "+ score.toString ();"
The goal would be getar the highest price in the game in the given device, and when being lost, save it, obviously.
But I've no idea how can I be performing such actions, someone could help me?
