This commit is contained in:
Narazaka 2023-07-14 20:16:01 +09:00 committed by bd_
parent a97b21498c
commit 35bcdf9e45

View File

@ -187,7 +187,7 @@ namespace nadena.dev.modular_avatar.core.editor
if (src != null) if (src != null)
{ {
dst = Mesh.Instantiate(src); dst = Mesh.Instantiate(src);
dst.name = "RETARGETED: " + src.name; dst.name = "RETARGETED__" + src.name;
} }
RetargetBones(); RetargetBones();