mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 13:54:45 -05:00
BlendShapeClip の Renderer への参照切れメッセージが、該当する BlendShapeClip を示す
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user