update runtime code

1. 新增WebGL专属模式WebPlayMode
This commit is contained in:
hevinci
2023-07-18 14:27:33 +08:00
parent 9dd7680457
commit 0c1efe7420
40 changed files with 1616 additions and 554 deletions

View File

@@ -1,5 +1,4 @@
using System.IO;

namespace YooAsset
{
internal class QueryRemotePackageVersionOperation : AsyncOperationBase
@@ -54,6 +53,7 @@ namespace YooAsset
}
Progress = _downloader.Progress();
_downloader.CheckTimeout();
if (_downloader.IsDone() == false)
return;