Пример #1
0
        public static void unlockAchievement(string achievementId)
        {
            Debug.Log("[GPUnity][Call] unlockAchievement - " + achievementId);

#if UNITY_EDITOR
            {
                Debug.Log("GamePot -  unlockAchievement not supported");
            }
#elif UNITY_ANDROID
            GamePotUnityPluginAOS.unlockAchievement(achievementId);
#endif
        }