Example #1
0
 public void Update()
 {
     scoresText.text = ScoresScript.Read();
 }
Example #2
0
 private void Update()
 {
     score.text      = (InputFieldScript.playerName + ", " + ScoreKeeper.newScore.ToString());
     highScores.text = ScoresScript.Read();
 }