mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-01 03:02:56 +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)
|
||||
{
|
||||
dst = Mesh.Instantiate(src);
|
||||
dst.name = "RETARGETED: " + src.name;
|
||||
dst.name = "RETARGETED__" + src.name;
|
||||
}
|
||||
|
||||
RetargetBones();
|
||||
|
Loading…
Reference in New Issue
Block a user