private void loadHighscore(int category, Text text) { StartCoroutine(HighscoreManager.GetScores(category, Application.isMobilePlatform, s => text.text = s, s => text.text = s)); }