Unity Saving Scores
Hello Guys! I am making a game in unity C# and I want to save previous scores in a txt file and be able to reference them. The key is getting them to stay after I close and re-open the game. I have heard you can acomplish this by storing it in a txt file. anyone know how? Thanks in advance.
Are you looking for something in the Unity framework geared towards text files, or plain c#?