Search code examples
c#androidunity-game-enginegoogle-play-gamesleaderboard

Unity Google Play default leaderboard all players (not only friends)?


I have integrated google play game servises to my unity game. When i call PlayGamesPlatform.Instance.ShowLeaderboardUI() i get my leaderboard, which is set to show only friends scores by default. To see all scores i have to tap switcher. Is there any way to show scores of all players by default? Thanks!


Solution

  • You can't do do it with the current Unity Built in function. You need to make android plugin for that.