00 精简打包设置

This commit is contained in:
2025-04-27 10:22:16 +08:00
parent 0042772a1b
commit ddcc3653d7
5 changed files with 122 additions and 94 deletions

View File

@@ -325,11 +325,13 @@ namespace Stary.Evo.Editor
AddressRuleName = nameof(AddressByFolderAndFileName),
AssetTags = groupName,
};
//如果是video目录设置
if (groupName == "Video")
{
collector.PackRuleName = nameof(PackVideoFile);
}
//TODO 暂时不设置
// 如果是video目录设置
// if (groupName == "Video")
// {
// collector.PackRuleName = nameof(PackVideoFile);
// }
YooAsset.Editor.AssetBundleCollectorSettingData.CreateCollector(group, collector);
Debug.Log("GetAssetAddress:" + GetAssetAddress(file));