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
StartCoroutine(CheckFile());
}
#elif !UNITY_EDITOR && UNITY_STANDALONE_OSX
Directory.SetCurrentDirectory(Application.dataPath);
// Directory.SetCurrentDirectory(Application.dataPath);
InitializeLanguage();
StartCoroutine(LoadMainSceneAsync());
#else
......
......@@ -28,7 +28,7 @@ namespace MDPro3.Servant
Program.instance.currentServant = this;
Program.instance.depth = 0;
StartCoroutine(CheckUpdateAsync());
// StartCoroutine(CheckUpdateAsync());
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