Example #1
0
        static Autorun()
        {
            Updater.TryCheckForUpdates();

            #if UNITY_ANDROID
            AndroidPlugin.UpdateFiles();
            #endif
        }
Example #2
0
        static Autorun()
        {
            Updater.TryCheckForUpdates();

            #if UNITY_ANDROID
            AndroidPlugin.UpdateFiles();
            #endif

            LunarConsoleEditorAnalytics.TrackPluginVersionUpdate();
        }
Example #3
0
 static void SetLunarConsoleEnabled(bool enabled)
 {
     AndroidPlugin.UpdateFiles(enabled);                             // we need to update plugin files first
     LunarConsolePluginEditorHelper.SetLunarConsoleEnabled(enabled); // then modify preprocessor's define
 }