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

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