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