update asset bundle collector

This commit is contained in:
hevinci
2023-09-25 16:53:03 +08:00
parent eb98eaeb3b
commit 054ee93360
3 changed files with 11 additions and 12 deletions

View File

@@ -8,13 +8,6 @@ namespace YooAsset.Editor
public string GroupName;
public string UserData;
public PackRuleData(string assetPath)
{
AssetPath = assetPath;
CollectPath = string.Empty;
GroupName = string.Empty;
UserData = string.Empty;
}
public PackRuleData(string assetPath, string collectPath, string groupName, string userData)
{
AssetPath = assetPath;