mirror of https://github.com/tuyoogame/YooAsset
Compare commits
No commits in common. "5539d81c93d9d6915f552b3758c5ef97853a52a9" and "880b6d429dfba2a0dc2ad52dae58e351b53f543a" have entirely different histories.
5539d81c93
...
880b6d429d
|
@ -43,10 +43,7 @@ namespace YooAsset.Editor
|
||||||
{
|
{
|
||||||
if (AssetBundleCollectorSettingData.HasActiveRuleName(ActiveRuleName) == false)
|
if (AssetBundleCollectorSettingData.HasActiveRuleName(ActiveRuleName) == false)
|
||||||
throw new Exception($"Invalid {nameof(IActiveRule)} class type : {ActiveRuleName} in group : {GroupName}");
|
throw new Exception($"Invalid {nameof(IActiveRule)} class type : {ActiveRuleName} in group : {GroupName}");
|
||||||
|
|
||||||
// 当分组不是激活状态时,直接不进行检测
|
|
||||||
if (ActiveRuleName == nameof(DisableGroup)) return;
|
|
||||||
|
|
||||||
foreach (var collector in Collectors)
|
foreach (var collector in Collectors)
|
||||||
{
|
{
|
||||||
collector.CheckConfigError();
|
collector.CheckConfigError();
|
||||||
|
|
Loading…
Reference in New Issue