Update AssetBundleBuilder

pull/4/head
hevinci 2022-04-02 18:33:50 +08:00
parent 2ab3046885
commit 2b95a1eb9d
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ namespace YooAsset.Editor
BuildMapContext context = new BuildMapContext();
Dictionary<string, BuildAssetInfo> buildAssetDic = new Dictionary<string, BuildAssetInfo>();
// 0. 检测配置合法性
AssetBundleGrouperSettingData.Setting.CheckConfigError();
// 1. 获取主动收集的资源
List<CollectAssetInfo> collectAssetInfos = AssetBundleGrouperSettingData.Setting.GetAllCollectAssets();