From 654ad1ae7a45a1d9b62fa793827642cffddefa60 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 17 Jan 2022 18:01:06 +0900 Subject: [PATCH] =?UTF-8?q?BlendShapeClip=20=E3=81=AE=20Renderer=20?= =?UTF-8?q?=E3=81=B8=E3=81=AE=E5=8F=82=E7=85=A7=E5=88=87=E3=82=8C=E3=83=A1?= =?UTF-8?q?=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=8C=E3=80=81=E8=A9=B2?= =?UTF-8?q?=E5=BD=93=E3=81=99=E3=82=8B=20BlendShapeClip=20=E3=82=92?= =?UTF-8?q?=E7=A4=BA=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM/Editor/BlendShape/VRMBlendShapeProxyValidator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }