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)