Ejemplo n.º 1
0
 public static void ShowLeaderboardUI(string leaderboardID, TimeScope timeScope)
 {
     GameCenterPlatform.ShowSpecificLeaderboardUI(leaderboardID, (int)timeScope);
     Debug.Log("ShowLeaderboardUI - no effect in editor");
 }