mirror of https://github.com/tuyoogame/YooAsset
Fix #37
parent
1149906786
commit
1c7a79f7d7
|
@ -187,6 +187,7 @@ namespace YooAsset.Editor
|
|||
{
|
||||
selectGroup.GroupName = evt.newValue;
|
||||
AssetBundleCollectorSettingData.ModifyGroup(selectPackage, selectGroup);
|
||||
FillGroupViewData();
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -200,6 +201,7 @@ namespace YooAsset.Editor
|
|||
{
|
||||
selectGroup.GroupDesc = evt.newValue;
|
||||
AssetBundleCollectorSettingData.ModifyGroup(selectPackage, selectGroup);
|
||||
FillGroupViewData();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue