IEnumerator RefreshHighscores() { while (true) { highscoreManager.DownloadHighScores(); yield return(new WaitForSeconds(5)); } }