Hi there,
I am using the player prefs to save the player score, i did for the n player but i want to save the more than 5 player score. when i enter the second player score the text will be shown below the first player no matter which score is higher or not.
Can anyone to help me?
Thanks.
when i save the another player name it should be come down before i saved the player name…
you can just have multiple playerprefs like player1Score, player2Score etc
I think that is what you are asking
yes you are right…
Try out ArrayPrefs it wraps up the playerPrefs string functionality so that you can save out arrays into the prefs easily.