update asset bundle collector

收集界面增加用户自定义数据栏。
This commit is contained in:
hevinci
2023-02-22 18:41:12 +08:00
parent 5a98a68c27
commit 157402bb39
8 changed files with 65 additions and 109 deletions

View File

@@ -108,7 +108,7 @@ namespace YooAsset.Editor
List<Type> types = new List<Type>(100)
{
typeof(AddressByFileName),
typeof(AddressByCollectorAndFileName),
typeof(AddressByFolderAndFileName),
typeof(AddressByGroupAndFileName)
};