How To Create High Scores ...

Hi
how i can create a high score chart ?

Maybe this :

i saw it , didn’t help

Well it should.

Click on SetInt and it shows you exactly how to save a score.

i want to create a button that when player click on that , unity save the score on High Score chart
How i can create that ?

Is this for an online high scores chart, or only on the user’s computer? If you’re only saving them on the user’s computer (for standalones, etc.), playerprefs should work. Online, you should use the www class.

it’s online high scores chart
what’s www class ?

Unity Script Reference is your friend:

Thnx a lot :wink: