Esempio n. 1
0
        public static void showAchievement()
        {
            Debug.Log("[GPUnity][Call] showAchievement");

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