Blender To Unity FBX Exporter

Blender 的 FBX 导出器插件,兼容 Unity 的坐标和缩放系统。「FBX exporter addon for Blender compatible with Unity's coordinate and scaling system.」

Github星跟踪图

Blender To Unity FBX Exporter

FBX exporter add-on for Blender 2.80+ and 3.0+ compatible with Unity's coordinate and scaling system. Exported FBX files are imported into Unity with the correct rotations and scales.

How to install

  1. Clone the repository or download the add-on file blender-to-unity-fbx-exporter.py to your device.
  2. In Blender go to Edit > Preferences > Add-ons, then use the Install… button and use the File Browser to select the add-on file.
  3. Enable the add-on by checking the enable checkbox.

How to use

File > Export > Unity FBX (.fbx)

Exports all Empty, Mesh and Armature objects in the current scene except those in excluded collections. The full hierarchy is properly preserved and exported, including local positions and rotations.

The File Browser exposes selection and armature options:

How it works

The exporter modifies the objects in the Blender scene right before exporting the FBX file, then reverts the modifications afterwards.

Every object to be exported receives a rotation of +90 degrees around the X axis in their transform without actually modifying the visual pose of its geometry and children. This is done in the root objects, then recursively propagated to their children (as they inherit a -90 rotation after transforming their parent). The modified scene is then exported to FBX using Blender's built-in FBX exporter with the proper options applied. Finally the scene is restored to the state before the modifications.

When Unity imports the FBX file all objects receive a rotation of -90 degrees in the X axis to preserve their visual pose. As the objects in the FBX already have a rotation of X+90 then the undesired rotation is canceled and everything gets imported correctly.

Why not use the "Experimental - Apply Transform" option of the default FBX Exporter?

This option doesn't work with object hierarchies of more than 2 levels. Objects beyond the 2nd level keep receiving unwanted rotation and scaling when imported into Unity.

Why not use the "Bake Axis Conversion" option in the Unity Import Settings?

Doesn't seem to work properly with Blender-generated FBX.

Why not import the .blend file directly in the Unity project?

Requires Blender to be installed in the system, so:

  • it's a no-go for publishing packages in the Asset Store.
  • .blend files don't work with Unity Cloud Build.

Known issues

  • Negative scaling is imported with a different but equivalent transform in Unity. Example: scale (-1, 1, 1) and no rotation is imported as scale (-1, -1, -1) and rotation (-180, 0, 0). In Unity this is equivalent, and may be changed to, the original scale (-1, 1, 1) and rotation (0, 0, 0).
  • Child objects in instanced collections receive a rotation of 90 degrees in the X axis. Clearing this rotation in Unity gives the expected result. (#3)

Tested and working:

  • Mixed EMPTY and MESH hierarchies with depth > 3.
  • Local rotations are preserved.
  • Non-uniform scaling.
  • Mesh modifiers.
  • Animations.
  • Multi-user meshes and linked objects, with and without modifiers.
  • Armatures and Armature modifier.
  • Partial selections (Selected Objects Only).
  • Hidden objects and collections (eye icon in the outliner).
  • Disabled objects (monitor icon in the outliner). Imported with MeshRenderer disabled in Unity.
  • Disabled collections (monitor icon in the outliner).
  • Excluded collections (unchecked in the outliner). Won't be exported.
  • Nested collections.
  • Objects with their parent in a disabled/excluded collection.

About the author

Angel "Edy" Garcia
@VehiclePhysics
https://vehiclephysics.com

主要指标

概览
名称与所有者EdyJ/blender-to-unity-fbx-exporter
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2020-05-24 08:48:03
推送于2024-11-13 16:12:34
最后一次提交2024-11-13 17:12:04
发布数1
最新版本名称v1.4.0 (发布于 )
第一版名称v1.4.0 (发布于 )
用户参与
星数1.1k
关注者数26
派生数106
提交数86
已启用问题?
问题数47
打开的问题数8
拉请求数3
打开的拉请求数1
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?