update asset system

This commit is contained in:
hevinci
2023-03-08 12:10:07 +08:00
parent ac0112199d
commit 7b41fd82a4
6 changed files with 177 additions and 12 deletions

View File

@@ -387,7 +387,7 @@ namespace YooAsset
// 新增下载需求
#if UNITY_WEBGL
if (bundleInfo.Bundle.IsRawFile)
loader = new RawBundleFileLoader(this, bundleInfo);
loader = new RawBundleWebLoader(this, bundleInfo);
else
loader = new AssetBundleWebLoader(this, bundleInfo);
#else