BlendShapeClip の Renderer への参照切れメッセージが、該当する BlendShapeClip を示す

This commit is contained in:
ousttrue
2022-01-17 18:01:06 +09:00
parent 95fb2eba1d
commit 654ad1ae7a

View File

@@ -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));
}
}