Unity 5 LOD Tutorial - How to Create LODs in Blender 2.78

In this video tutorial, I will show you step by step How to Create LOD Meshes in Blender and Setup LOD System in Unity 5.6.

This page contains affiliate links. If you purchase a product or a service through one of them, I will receive a small commission (at no additional cost to you). I only recommend products or services that I have personally used and benefitted from personally. Thank you for your support!

Tutorial requirements

  • Blender 2.78c
  • Unity 5.6

Watch tutorial

Quick summary

If you create a set of meshes with names ending in _LOD0, _LOD1, _LOD2, etc, for as many LOD levels as you like, a LOD group for the object with appropriate settings will be created for you automatically on import. For example, if the base name for your mesh is Player, you could create files called Player_LOD0, Player_LOD1, and Player_LOD2 to generate an object with three LOD levels. The numbering convention assumes that LOD 0 is the most detailed model, and increasing numbers correspond to decreasing detail. More info about Level Of Detail (LOD). More about LOD Groups.

LOD Fade

You can enable LOD Fade by selecting your GameObject with all LODs and inside LOD Group set Fade Mode to Cross Fade, and enable Animated Cross-fading.

You can achieve much better fade effect by using this Shader: CrossFadingLOD After you download CrossFadingLod-master.zip - inside you will find a folder called Assets, open it and extract 2 files:

  • CrossFadingLodDither.mat
  • CrossFadingLodDither.shader

Put them to your Unity 5 project and change all LODs (_LOD0, LOD1…) Material to CrossFadingLOD (Dither).

Now you should have very nice fade mode!

Thank you for stopping by! :)

If you want to support me, you can do that by subscribing to my YouTube channel or by buying my Game Assets. This helps me to create more content for you guys! Appreciate any support :)

Share This Tutorial
Comments

Recent Posts

Be The First to Know

Join LMHPOLY newsletter and get all the news straight to your inbox: game assets, tutorials, videos, blog posts, products, product updates, and FREE stuff.

I respect your privacy.