play-games-plugin-for-unity icon indicating copy to clipboard operation
play-games-plugin-for-unity copied to clipboard

Can we get access to the profileSettings.profileVisible field?

Open ltomov opened this issue 5 years ago • 2 comments

Hello, my game uses leaderboards, however there's a checkbox "let others see your game activity" in the Play Games app, which if unchecked the user will not appear in the leaderboards, without being obvious why.

I'm trying to access the field profileSettings.profileVisible (https://developers.google.com/games/services/web/api/players#resource) so that if it's false, some message can be displayed to these users to explain why they don't see their scores in the leaderboards.

But it seems like it's not available in the Unity plugin, would it be possible to add it in some of the future releases?

Thanks

ltomov avatar Mar 01 '19 11:03 ltomov

I would like to see this as well. I sat for 2 days thinking I had a bug on my test device, meanwhile I had to enable the profile to be visible.

I don't want my users to experience the same frustration and would like to show a message if their profile is private. Otherwise I'll have to always display a static message before loading the leaderboard.

EnthusedDragon avatar Aug 15 '19 10:08 EnthusedDragon

Can use intent to lanuch PlayGames view? It seems like: com.google.android.gms.games.pano.activity.GameProfileSettingActivity

Other Activities: com.google.android.gms.games.pano.activity.PlayerDetailsPanoActivity com.google.android.gms.games.pano.activity.AchievementComparisonPanoActivity com.google.android.gms.games.pano.activity.DestinationGameSearchActivity com.google.android.gms.games.pano.activity.DestinationPlayerSearchActivity com.google.android.gms.games.pano.activity.DestinationPanoLeaderboardScoreListActivity com.google.android.gms.games.pano.activity.PanoGamesOnboardHostActivity com.google.android.gms.games.pano.activity.GameProfileSettingActivity com.google.android.gms.games.pano.activity.AboutActivity com.google.android.gms.games.pano.activity.PanoSwitchAccountActivity com.google.android.gms.games.pano.activity.PanoWebViewActivity com.google.android.gms.games.ui.clientv2.compatibility.TrampolineActivity com.google.android.gms.games.ui.common.players.ProfileSummaryActivity com.google.android.gms.games.pano.ui.client.achievements.ClientAchievementListActivity com.google.android.gms.games.pano.ui.client.leaderboards.ClientLeaderboardListActivity com.google.android.gms.games.pano.ui.client.leaderboards.ClientLeaderboardScoreListActivity com.google.android.gms.games.pano.ui.client.common.PlayerSearchActivity com.google.android.gms.games.pano.ui.client.main.ClientSettingsActivity com.google.android.gms.games.pano.ui.client.snapshots.ClientSnapshotListActivity com.google.android.gms.games.ui.clientv2.dialog.FeatureNotAvailableActivity com.google.android.gms.games.testcompat.ParcelTestCompatActivity com.google.android.gms.games.ui.GamesSettingsActivity com.google.android.gms.games.ui.GamesSettingsDebugActivity com.google.android.gms.games.ui.signin.SignInActivity com.google.android.gms.games.ui.client.ClientUiProxyActivity com.google.android.apps.play.games.app.atv.features.gamedetails.GameDetailsPanoActivity com.google.android.apps.play.games.app.atv.features.home.HomeActivity com.google.android.apps.play.games.app.atv.features.home.v1.HomeV1Activity com.google.android.apps.play.games.app.atv.features.profile.CreateProfileActivity com.google.android.apps.play.games.app.atv.features.profile.EditProfileActivity com.google.android.gms.games.ui.destination.videos.DestinationVideoRecordingOnboardingActivity com.google.android.gms.games.ui.v2.MainActivity com.google.android.apps.play.games.features.builtingames.PrebundledWebGameActivity com.google.android.apps.play.games.features.eastereggs.boingo.BoingoGameActivity com.google.android.apps.play.games.features.gamesnacks.GameSnacksWebGameActivity com.google.android.play.core.missingsplits.PlayCoreMissingSplitsActivity com.google.android.play.core.common.PlayCoreDialogWrapperActivity com.google.android.gms.auth.api.signin.internal.SignInHubActivity com.google.android.gms.common.api.GoogleApiActivity com.google.android.libraries.hats20.SurveyPromptActivity com.google.android.libraries.hats20.ShowSurveyActivity com.google.android.libraries.social.licenses.LicenseMenuActivity com.google.android.libraries.social.licenses.LicenseActivity

georgehuan1994 avatar Apr 28 '22 09:04 georgehuan1994