Legacy Documentation: Version 4.6.2
Language: English
Importing Objects From Lightwave
Shadows in Unity

Importing Objects From Blender

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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

  • You need to have Blender version 2.60 or later (in some earlier versions of Blender the FBX export was broken).
  • Textures and diffuse color are not assigned automatically. Manually assign them by dragging the texture onto the mesh in the Scene View in Unity.
Importing Objects From Lightwave
Shadows in Unity