UnityFBX-To-Blender-Importer
UnityFBX-To-Blender-Importer copied to clipboard
Unity Editor extension for importing FBX models from Unity into Blender using Python expressions
UnityFBX-To-Blender-Importer
Unity Editor extension for importing FBX models from Unity into Blender using Python expressions
Blender FBX Importer is a Unity Editor extension that allows you to import FBX models directly into Blender from Unity by running Blender executable with Python expression arguments.
Simply right click an FBX model file in your Unity Editor's Project window and click Import FBX to Blender to open the prompt


If you only need the Python code for importing the model(s) yourself through Blender's console, you also have the option to only copy the code.
Compatibility Notice
This extension has so far only been tested in Unity 2019.4.31f1 and Blender 2.9 - 3.2. If you have issues using it in other versions, please let me know so I can look into adding compatibility for them.
How to install and use FBX Importer
Installation via Unity Package Manager (git):
- Navigate to your toolbar:
Window>Package Manager>[+]>Add package from git URL...and type in:https://github.com/Varneon/UnityFBX-To-Blender-Importer.git?path=/Packages/com.varneon.fbx-to-blender-importer
Installation via Unitypackage:
- Download latest Unitypackage from here
- Import the downloaded Unitypackage into your Unity project
Usage:
- Right click a single or multiple FBX assets and select
Import FBX to Blender(After the importer window has been opened, you can also drag & drop model files into the window)