We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2724c commit 1abeec6Copy full SHA for 1abeec6
Packages/com.unity.formats.fbx/Editor/Scripts/FbxExporter.cs
@@ -2792,6 +2792,8 @@ private bool ExportGameObjectAndParents(
2792
}
2793
2794
SkinnedMeshBoneInfo parentBoneInfo = null;
2795
+ // if this object was a bone but not the skinned mesh rootbone, and it's parent is also a bone, then
2796
+ // pass the bone info when exporting the parent recursively.
2797
if (boneInfo != null && boneInfo.skinnedMesh.rootBone != null &&
2798
unityGo.transform != boneInfo.skinnedMesh.rootBone && boneInfo.boneDict.ContainsKey(unityGo.transform.parent))
2799
{
0 commit comments