IEnumerator RefreshHighScores() { while (true) { leaderboardManager.DownloadHighScores(); yield return(new WaitForSeconds(30)); } }