Importing Objects From Blender

Unity natively imports Blender files. This works under the hood by using the Blender FBX exporter, which was added to Blender in version 2.45. For this reason, you must update to Blender 2.45 or later (but see Requirements below).

To get started, save your .blend file in your project's Assets folder. When you switch back into Unity, the file is imported automatically and will show up in the Project View.

To see your model in Unity, drag it from the Project View into the Scene View.

If you modify your .blend file, Unity will automatically update whenever you save.

Unity currently imports

  1. All nodes with position, rotation and scale. Pivot points and Names are also imported.
  2. Meshes with vertices, polygons, triangles, UVs, and normals.
  3. Bones
  4. Skinned Meshes
  5. Animations

See Using Blender and Rigify for more details of how to import animated, boned characters into Unity for use with Mecanim.

Requirements

Page last updated: 2013-06-28