mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-14 19:40:47 +00:00
update asset bundle collector
导入时检测xml配置错误。
This commit is contained in:
@@ -161,6 +161,12 @@ namespace YooAsset.Editor
|
||||
}
|
||||
}
|
||||
|
||||
// 检测配置错误
|
||||
foreach(var package in packages)
|
||||
{
|
||||
package.CheckConfigError();
|
||||
}
|
||||
|
||||
// 保存配置数据
|
||||
AssetBundleCollectorSettingData.ClearAll();
|
||||
AssetBundleCollectorSettingData.Setting.EnableAddressable = enableAddressable;
|
||||
|
||||
Reference in New Issue
Block a user