Esempio n. 1
0
        public static void showAppStatusPopup(string status)
        {
            Debug.Log("[GPUnity][Call] showAppStatusPopup - " + status);

#if UNITY_EDITOR
            {
                Debug.Log("GamePot - UNITY EDITOR showAppStatusPopup not supported");
            }
#elif UNITY_IOS
            GamePotUnityPluginiOS.showAppStatusPopup(status);
#elif UNITY_ANDROID
            GamePotUnityPluginAOS.showAppStatusPopup(status);
#endif
        }