mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-08 06:42:47 +08:00
fix #355
This commit is contained in:
parent
a97b21498c
commit
35bcdf9e45
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user