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

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