Update AssetBundleCollector window

修复StaticAssetCollector无法预览Main Assets列表的问题。
This commit is contained in:
hevinci
2022-06-23 14:07:12 +08:00
parent 9b80300f19
commit 60f6483a86
4 changed files with 16 additions and 18 deletions

View File

@@ -524,7 +524,7 @@ namespace YooAsset.Editor
try
{
collectAssetInfos = collector.GetAllCollectAssets(group);
collectAssetInfos = collector.GetAllCollectAssets(EBuildMode.DryRunBuild, group);
}
catch (System.Exception e)
{