update asset bundle collector

增加了AddressByFilePath规则类
This commit is contained in:
hevinci
2023-03-24 16:13:39 +08:00
parent 923b0751e5
commit 290e139346
2 changed files with 10 additions and 0 deletions

View File

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