update resource manager

新增初始化参数:WebGLForceSyncLoadAsset
This commit is contained in:
何冠峰
2025-06-18 11:12:42 +08:00
parent 9ed85afb29
commit 6c98f9a09d
8 changed files with 40 additions and 10 deletions

View File

@@ -42,6 +42,11 @@ namespace YooAsset
/// 同时加载Bundle文件的最大并发数
/// </summary>
public int BundleLoadingMaxConcurrency = int.MaxValue;
/// <summary>
/// WebGL平台强制同步加载资源对象
/// </summary>
public bool WebGLForceSyncLoadAsset = false;
}
/// <summary>