diff --git a/Assets/VRM/Editor/BlendShape/VRMBlendShapeProxyValidator.cs b/Assets/VRM/Editor/BlendShape/VRMBlendShapeProxyValidator.cs index f1238fe85..3c1ae1d90 100644 --- a/Assets/VRM/Editor/BlendShape/VRMBlendShapeProxyValidator.cs +++ b/Assets/VRM/Editor/BlendShape/VRMBlendShapeProxyValidator.cs @@ -59,7 +59,7 @@ namespace VRM var target = p.transform.Find(v.RelativePath); if (target == null) { - yield return Validation.Warning($"{c}.Values[{i}].RelativePath({v.RelativePath} is not found"); + yield return Validation.Warning($"{c}.Values[{i}].RelativePath({v.RelativePath}) is not found", ValidationContext.Create(c)); } }