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.
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.
- 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
- Download latest Unitypackage from here
- Import the downloaded Unitypackage into your Unity project
- 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)