How to get all keys values of the player prefs in unity [java script ]
- by Akari
in the first test game I've developed if the player passed all the levels and win , he must enter his name ... so his name and his score will be stored in a player prefs :
and there is another scene that displays the names and scores of all the user passed the game :
I've searched from the morning and try all the ways I know and finally I…