Blender Level Importer

Get it on Unity Asset Store

The Blender Level Importer is a Unity Editor tool that helps you convert objects from a Blender scene into Unity prefabs automatically. It utilizes the Blender's naming conventions to map objects to their corresponding prefabs.

How It Works

  1. When you duplicate an object in Blender, it appends a numeric suffix to the object name (e.g., Tree.001, Tree.002, etc.).
  2. The Blender Level Importer tool parses these names and connects them to Unity prefabs with the same base name (e.g., Tree).
  3. Then, it automatically creates the prefabs into your Unity project, saving you time and minimizing efforts.

Features

Get it on Unity Asset Store