mirror of https://github.com/tuyoogame/YooAsset
perf : check collector error
parent
fadc8e6fd6
commit
42104eb944
|
@ -970,7 +970,7 @@ namespace YooAsset.Editor
|
||||||
|
|
||||||
if (collector.IsValid() == false)
|
if (collector.IsValid() == false)
|
||||||
{
|
{
|
||||||
Debug.LogWarning($"The collector is invalid : {collector.CollectPath} in group : {group.GroupName}");
|
collector.CheckConfigError();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue