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 27a42ab commit e299db2Copy full SHA for e299db2
Packages/com.unity.formats.fbx/Editor/Scripts/ExportModelEditorWindow.cs
@@ -404,7 +404,7 @@ protected override GameObject GetGameObject()
404
{
405
return (IsTimelineAnim)
406
? AnimationOnlyExportData.GetGameObjectAndAnimationClip(ToExport [0]).Key
407
- : GetGameObject ();
+ : ModelExporter.GetGameObject(ToExport[0]);
408
}
409
410
protected override bool DisableTransferAnim {
0 commit comments