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!
You can't do do it with the current Unity Built in function. You need to make android plugin for that.