Version: 2019.3
LOD Group
Graphics API support

Importing LOD Meshes

You can create meshes with different levels of detail in an external 3D application for use with Unity’s LOD system. If you name these meshes correctly, Unity automatically creates and configures a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary
with LOD groupA component to manage level of detail (LOD) for GameObjects. More info
See in Glossary
component for them when it imports the Model.

To import a Model with LODThe Level Of Detail (LOD) technique is an optimization that reduces the number of triangles that Unity has to render for a GameObject when its distance from the Camera increases. Each LOD level has either a Mesh with a Mesh Renderer component (Mesh LOD level) or a Billboard Asset with a Billboard Renderer component (Billboard LOD level). Typically a single GameObject has three or four Mesh LOD levels and one optional Billboard LOD level to represent the same GameObject with decreasing detail in the geometry. More info
See in Glossary
level into Unity, you must do the following:

  1. In your external 3D application, follow the application’s process to create as many LOD meshes as you need.

  2. Name the meshes according to the following naming convention:
    • ExampleMeshName_LOD0 for the first LOD level (i.e., the most detailed version)
    • ExampleMeshName_LOD1
    • ExampleMeshName_LOD2
  3. Export your Model as an FBX file. Alternatively, if you are using Maya, export the mesh group directly into Unity; to do this, go to File > Send to Unity > Selection.

  4. Import the FBX into Unity. Unity recognizes the grouped Meshes and naming convention, and automatically creates an LOD Group component with the appropriate settings.

Additional information

To learn more about importing models, see Importing models.

To learn more about creating and exporting LOD Meshes in Maya, follow the Unity tutorial Creating LODs in Maya.

LOD Group
Graphics API support
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961