Compare commits

..

No commits in common. "5539d81c93d9d6915f552b3758c5ef97853a52a9" and "880b6d429dfba2a0dc2ad52dae58e351b53f543a" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -44,9 +44,6 @@ namespace YooAsset.Editor
if (AssetBundleCollectorSettingData.HasActiveRuleName(ActiveRuleName) == false)
throw new Exception($"Invalid {nameof(IActiveRule)} class type : {ActiveRuleName} in group : {GroupName}");
// 当分组不是激活状态时,直接不进行检测
if (ActiveRuleName == nameof(DisableGroup)) return;
foreach (var collector in Collectors)
{
collector.CheckConfigError();