yyl
2026-05-11 38e6cf426d272e0b18905d096cbfe00c950c2948
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()