Commit f1f39992 authored by nanahira's avatar nanahira

disable check update & fix mac cwd

parent 113c3bfb
Pipeline #38958 canceled with stages
in 38 minutes and 32 seconds
...@@ -42,7 +42,7 @@ namespace MDPro3 ...@@ -42,7 +42,7 @@ namespace MDPro3
StartCoroutine(CheckFile()); StartCoroutine(CheckFile());
} }
#elif !UNITY_EDITOR && UNITY_STANDALONE_OSX #elif !UNITY_EDITOR && UNITY_STANDALONE_OSX
Directory.SetCurrentDirectory(Application.dataPath); // Directory.SetCurrentDirectory(Application.dataPath);
InitializeLanguage(); InitializeLanguage();
StartCoroutine(LoadMainSceneAsync()); StartCoroutine(LoadMainSceneAsync());
#else #else
......
...@@ -28,7 +28,7 @@ namespace MDPro3.Servant ...@@ -28,7 +28,7 @@ namespace MDPro3.Servant
Program.instance.currentServant = this; Program.instance.currentServant = this;
Program.instance.depth = 0; Program.instance.depth = 0;
StartCoroutine(CheckUpdateAsync()); // StartCoroutine(CheckUpdateAsync());
LoadUI(); LoadUI();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment