Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.14 KB

Blender Importer

This simple tool is an Unity Asset Post Processor for .blend files.
Unity natively handles the import of .blend files by converting .blend files in .fbx files by using Blender in command line and importing the .fbx.
This process does no takes into account the differences between Blender and Unity : Blender works with Z up, while Unity uses Y as the up axis. This tool will automatically modify mesh coordinates and transforms to have your Blender model properly oriented in Unity, with the Z up.

It also works with skinned meshes

In Blender, the Z is up :

Blender

In Unity, by default, the Y is up : the model is misoriented

Before

In Unity, with the tool, the Z is up : the model is properly oriented

After

How To

Download the .unitypackage in the Release tab (or checkout and copy the Assets/Plugins/BlenderImporter folder to your Assets folder)