diff --git a/Assets/VRM/UniVRM/Editor/FirstPerson/VRMFirstPersonValidator.cs b/Assets/VRM/UniVRM/Editor/FirstPerson/VRMFirstPersonValidator.cs index c74b74195..acb8540ef 100644 --- a/Assets/VRM/UniVRM/Editor/FirstPerson/VRMFirstPersonValidator.cs +++ b/Assets/VRM/UniVRM/Editor/FirstPerson/VRMFirstPersonValidator.cs @@ -16,6 +16,7 @@ namespace VRM if (r.Renderer == null) { yield return Validation.Error($"[VRMFirstPerson]{self.name}.Renderers[{i}].Renderer is null"); + continue; } if (!hierarchy.Contains(r.Renderer.transform)) {