IEnumerator RefreshHighscores() { while (true) { highscoreManager.FetchHighscores(); yield return(new WaitForSeconds(30)); } }