Help with Creating a Retro Score Board Scene with Several Saved Scores and Name input between play sessions.
So I'm trying to figure out how to make a retro style high score leader board of 10 players. I have seen on the internet how you can make a simple high score save that allows to save between game play sessions with no name input. I'm trying to figure out how I could do a leader board with 5 10 20 or whatever amount of scores in a High Score Scene. I would like it be able to save between play sessions as in exiting the app and then restarting while preserve the high scores with the addition of adding a name that can contain 3 letters for initials.. As the player gets higher scores, the lower scores are removed when it hits past the lowest score and getting knocked out and deleted to make space for the high scores with the new initials. Something that would work with the Unity UI Text Canvas features would be great. And any help pointing me in the right direction would be appreciated. Thanks again!