示例#1
0
        public static void Initialize()
        {
            Instance = new ExplorerEditorLoader();
            OnLog   += LogHandler;
            Instance.configHandler = new StandaloneConfigHandler();

            ExplorerCore.Init(Instance);
        }
示例#2
0
 internal void Awake()
 {
     ExplorerEditorLoader.Initialize();
     DontDestroyOnLoad(this);
     this.gameObject.hideFlags = HideFlags.HideAndDontSave;
 }