https://github.com/varneon/unityfbx-to-blender-importer
Unity Editor extension for importing FBX models from Unity into Blender using Python expressions
https://github.com/varneon/unityfbx-to-blender-importer
blender fbx unity unity-editor
Last synced: over 1 year ago
JSON representation
Unity Editor extension for importing FBX models from Unity into Blender using Python expressions
- Host: GitHub
- URL: https://github.com/varneon/unityfbx-to-blender-importer
- Owner: Varneon
- License: mit
- Created: 2022-01-19T08:47:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T11:23:50.000Z (over 2 years ago)
- Last Synced: 2025-03-16T19:53:55.139Z (over 1 year ago)
- Topics: blender, fbx, unity, unity-editor
- Language: C#
- Homepage:
- Size: 50.8 KB
- Stars: 42
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# UnityFBX-To-Blender-Importer
### Unity Editor extension for importing FBX models from Unity into Blender using Python expressions

[](https://github.com/Varneon/UnityFBX-To-Blender-Importer/blob/main/LICENSE)
[](https://github.com/Varneon/UnityFBX-To-Blender-Importer/stargazers)
[](https://github.com/Varneon/UnityFBX-To-Blender-Importer/releases)
[](https://github.com/Varneon/UnityFBX-To-Blender-Importer/releases/latest)
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:
1. Download latest Unitypackage from [here](https://github.com/Varneon/UnityFBX-To-Blender-Importer/releases/latest)
2. 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)
# Additional recommended repositories
### Recommended Blender addon for exporting FBX models from Blender to Unity: https://github.com/EdyJ/blender-to-unity-fbx-exporter
## Developed by Varneon with :hearts:
[](https://twitter.com/Varneon)
[](https://www.youtube.com/Varneon)
[](https://github.com/Varneon)