I am developing an android game in Unity 469. I am trying to come to terms with adding Google Play Leaderboards. My issue is that when requesting Player Centered Scores, I would like to retrieve the correct collection - the choice is between 'private' and 'public' leaderboards. If the user has chosen not to appear on public high score lists, the Player Centered Scores will not show up, but instead retrieve the top scores, unless I specifically ask for the non-public version. What I cannot seem to find is a way to beforehand read the user's Google Play Games privacy setting and get the right leaderboard immediately.
Best Regards Jakob Three Gates