Esempio n. 1
0
        public static string getConfigs()
        {
            string result = "";

#if UNITY_EDITOR
            {
                Debug.Log("GamePot - UNITY EDITOR getConfigs always returns empty");
            }
#elif UNITY_IOS
            result = GamePotUnityPluginiOS.getConfigs();
#elif UNITY_ANDROID
            result = GamePotUnityPluginAOS.getConfigs();
#endif
            return(result);
        }