EasyLOD is a powerful Blender addon for game developers, allowing for easy creation of LOD (Level of Detail) groups with just a few clicks. It simplifies the process of optimizing game performance while maintaining visual quality, with flexible options for fine-tuning settings.
Native support for Unity LOD format
This add-on requires Blender 3.0.0 or newer.
- Download the
easy_lod.py
file. - In Blender, go to
Edit > Preferences > Add-ons
. - Click
Install...
and select theeasy_lod.py
file. - Enable the "EasyLOD" add-on.
- Select the meshes object you want to create LOD groups for.
- In the
Tools
panel, navigate to theEasy LOD
tab. - Adjust the settings for
Amount
,Intensity
, andRatio
as desired. - Click the
Add
button to add the LOD group. - Use the
Visibility
slider to switch between LOD preview levels in the viewport. - When you are ready to export, Enter the file Path to export.
- Click the
Export FBX
button to export the mesh with LODs.
The Easy LOD
tool contains the following settings:
- Amount: The number of LOD levels to create.
- Intensity: The strength of the decimation applied to each LOD level.
- Ratio: The ratio of triangles to remove at each LOD level.
- Symmetry: Whether to apply symmetry to the decimation.
To apply new Settings: Click Remove
and then Add
buttons.
- Select object to export (support multi objects)
- Fill file path input for the exported file.
- Click the
Export FBX
button to export the mesh with LODs.
This addon was created by Alon Rubin.