mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-17 21:30:13 +00:00
update asset system
修复资源加载代码逻辑错误。
This commit is contained in:
@@ -350,7 +350,7 @@ namespace YooAsset
|
||||
return loader;
|
||||
|
||||
// 新增下载需求
|
||||
#if !UNITY_WEBGL
|
||||
#if UNITY_WEBGL
|
||||
if (bundleInfo.Bundle.IsRawFile)
|
||||
loader = new RawBundleFileLoader(this, bundleInfo);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user