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