private void Start() { _leaderboardText.text = "...loading..."; StartCoroutine(Leaderboard.DownloadHighscore(OnHighscoresDownloaded)); }