An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# UnityFBX-To-Blender-Importer
### Unity Editor extension for importing FBX models from Unity into Blender using Python expressions

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Varneon/UnityFBX-To-Blender-Importer?style=for-the-badge)
[![GitHub](https://img.shields.io/github/license/Varneon/UnityFBX-To-Blender-Importer?color=blue&style=for-the-badge)](https://github.com/Varneon/UnityFBX-To-Blender-Importer/blob/main/LICENSE)
[![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/UnityFBX-To-Blender-Importer?style=for-the-badge)](https://github.com/Varneon/UnityFBX-To-Blender-Importer/stargazers)
[![GitHub all releases](https://img.shields.io/github/downloads/Varneon/UnityFBX-To-Blender-Importer/total?color=blue&style=for-the-badge)](https://github.com/Varneon/UnityFBX-To-Blender-Importer/releases)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/UnityFBX-To-Blender-Importer?color=blue&label=Release&sort=semver&style=for-the-badge)](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

![image](https://user-images.githubusercontent.com/26690821/150553527-03878b6d-8306-4a48-9d2f-2cee3d5b33f8.png)

![image](https://user-images.githubusercontent.com/26690821/144789473-bbc7d84e-059b-43ed-86ec-6d6036101f78.png)

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:

[![Twitter Follow](https://img.shields.io/static/v1?style=for-the-badge&label=@Varneon&message=4.9K&color=1b9df0&logo=twitter)](https://twitter.com/Varneon)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCKTxeXy7gyaxr-YA9qGWOYg?color=%23FF0000&label=Varneon&logo=YouTube&style=for-the-badge)](https://www.youtube.com/Varneon)
[![GitHub followers](https://img.shields.io/github/followers/Varneon?color=%23303030&label=Varneon&logo=GitHub&style=for-the-badge)](https://github.com/Varneon)