ScriptReference/SocialPlatforms.GameCenter.GameCenterPlatform #296
Replies: 1 comment
-
|
I found it hard to find a starting point based on this so here's some code: _platform = new GameCenterPlatform();
_platform.localUser.Authenticate(OnAuthenticate);
GameCenterPlatform.ShowDefaultAchievementCompletionBanner(true);
_initialized = true; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ScriptReference/SocialPlatforms.GameCenter.GameCenterPlatform
https://docs.unity3d.com/ScriptReference/SocialPlatforms.GameCenter.GameCenterPlatform.html
Beta Was this translation helpful? Give feedback.
All reactions