yyl
2026-03-31 0fa617a09eedf6bdb25eda55fac1d3344859fd93
Main/Core/GameEngine/Launch/AssetCopyTask.cs
@@ -27,6 +27,11 @@
        {
            done = true;
        }
        else if (Application.platform == RuntimePlatform.WebGLPlayer)
        {
            // WebGL平台无需拷贝文件,资源由 YooAsset WebPlayMode 加载
            done = true;
        }
        else
        {
            switch (Application.platform)