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 failed to perform this .... is it possible to display all the keys values previously stored in the player prefs ???
or can someone to provide me by a JavaScript to do this ????
thanks...