Thanks Berenger. Could example a similar script. I didn't get the idea how to make the photo changing by one slot to another, comparing the times.
Here is my code, making the Ranking by time
enter code here
var resetScores : boolean = false;
var scores : float[];
var scoreTexts : String[];
function Start() {
if(resetScores)
ResetScores();
scores = PlayerPrefsX.GetFloatArray("Scores");
if (PlayerPrefs.GetFloat("score")!=0){
for (i = 0; i
↧