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

@@ -260,8 +260,11 @@ namespace YooAsset
StartOperation();
}
IsWaitForAsyncComplete = true;
InternalWaitForAsyncComplete();
if (IsWaitForAsyncComplete == false)
{
IsWaitForAsyncComplete = true;
InternalWaitForAsyncComplete();
}
}
#region