| Main/Core/GameEngine/Launch/YooAssetInitTask.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/Core/GameEngine/Launch/YooAssetInitTask.cs
@@ -88,6 +88,10 @@ Debug.LogError($"[YooAssetInitTask] Failed: {ex}"); _initCompleted = true; // Mark done even on failure to avoid blocking pipeline } #if !UNITY_WEBGL await LaunchInHot.Instance.InitSystemMgr(); #endif } public override void Update()