- Home /
Question is off-topic or not relevant
How to make a highscore list?
How do I make a highscore list for the players (offline) I know how to handle with highscores, but how do I axxally save the highscores on a unity3d scene, so that the players always can see his/her score from the score scene. And how do I make a box where players can fill his/her name in it and that must save also ofcourse.
PS: Sorry for my bad English.
Thanks in advance.
are you familiar with PlayerPrefs
http://docs.unity3d.com/Documentation/ScriptReference/PlayerPrefs.html
http://answers.unity3d.com/questions/27973/idiots-guide-to-player-prefs.html
also try unityGE$$anonymous$$S.com for good beginner essays
if you need to know about a "box" etc ask a new separate question
Follow this Question
Related Questions
How can i save/load a changing variable in a scene file?(EX:highscore/name) 1 Answer
A node in a childnode? 1 Answer
Insert A name? 1 Answer
How to save a high score 2 Answers
Saving lists 1 Answer