mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-04 19:49:02 +08:00
fix: forget to retaining the root bone
This commit is contained in:
parent
9f4a7a6304
commit
207e6f24f6
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2022 bd_
|
||||
@ -116,6 +116,10 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
{
|
||||
RetainBoneReferences(c as Component);
|
||||
}
|
||||
foreach (var smr in avatarGameObject.transform.GetComponentsInChildren<SkinnedMeshRenderer>(true))
|
||||
{
|
||||
BoneDatabase.RetainMergedBone(smr.rootBone);
|
||||
}
|
||||
|
||||
new RetargetMeshes().OnPreprocessAvatar(avatarGameObject, BoneDatabase, PathMappings);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user