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

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