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

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