This commit is contained in:
何冠峰
2024-12-16 18:05:27 +08:00
parent 58fc76b8d2
commit 19e0c7b01a
4 changed files with 16 additions and 6 deletions

View File

@@ -657,7 +657,7 @@ namespace YooAsset.Editor
// 激活状态
IActiveRule activeRule = AssetBundleCollectorSettingData.GetActiveRuleInstance(group.ActiveRuleName);
bool isActive = activeRule.IsActiveGroup();
bool isActive = activeRule.IsActiveGroup(new GroupData(group.GroupName));
textField1.SetEnabled(isActive);
}
private void GroupListView_onSelectionChange(IEnumerable<object> objs)