Assets/ILRuntime/Src/ILRuntimeLoader.cs @@ -164,6 +164,9 @@ public void LaunchStart() { #if UNITY_EDITOR _appdomain.DebugService.StartDebugService(56000); #endif _appdomain.Invoke("GameLogicMgr", "Init", null, null); }