perf : check collector error

This commit is contained in:
hevinci
2024-03-08 11:39:48 +08:00
parent fadc8e6fd6
commit 42104eb944

View File

@@ -970,7 +970,7 @@ namespace YooAsset.Editor
if (collector.IsValid() == false)
{
Debug.LogWarning($"The collector is invalid : {collector.CollectPath} in group : {group.GroupName}");
collector.CheckConfigError();
return;
}