전체 글 썸네일형 리스트형 [TheBrickKing] 아이콘, Graphic Icon1Icon2 Icon3 Graphic1 Graphic2 더보기 [Unity3D] Leaderboard 등록 public void LoadLeaderboard(){ #if UNITY_ANDROID PlayGamesClientConfiguration config = new PlayGamesClientConfiguration.Builder().Build(); PlayGamesPlatform.InitializeInstance(config); PlayGamesPlatform.Activate(); #elif UNITY_IOS GameCenterPlatform.ShowDefaultAchievementCompletionBanner(true); #endif Social.localUser.Authenticate(AuthenticateHandler); } void AuthenticateHandler(bool isSuccess) .. 더보기 이전 1 2 다음