// Start is called before the first frame update void Start() { ScoreText.text = RankingManager.GetScoreString(GameResult.Score); string rank = GameResult.Level.ToString(); RankingManager.SetNewScore(GameResult.Score); }