Version: 2017.4
LOD for baked lightmaps
Light Probes

LOD and Realtime GI

Enlighten is deprecated, and will soon be removed. Please refer to the Unity blog for more information. As an alternative use Progressive GPU Lightmapper (Preview) or Progressive CPU Lightmapper.

Read this page before you use Realtime Global Illumination (GI) on models which use the LOD (level of detail) feature.

When you use Unity’s LOD system in a Scene with baked lighting and Realtime GI, the system lights the most detailed model out of the LOD Group as if it is a regular static model. It uses lightmaps for direct and indirect lighting, and separate lightmaps for Realtime GI.

To allow the baking system to produce real-time or baked lightmaps, select the GameObject you want to affect, view its Renderer component in the Inspector window, and check that Lightmap Static is enabled.

For lower LODs in an LOD Group, you can only combine baked lightmaps with Realtime GI from Light Probes or Light Probe Proxy Volumes, which you must place around the LOD Group.

Whenever you use Realtime GI, the Renderer enables the Light Probes option for the lower LODs, even if you enable Lightmap Static.

An animation showing how real-time ambient color affects the Realtime GI used by lower LODs
An animation showing how real-time ambient color affects the Realtime GI used by lower LODs

  • 2017–10–25 Page amended

  • Added Realtime Global Illumination in 2017.3 NewIn20173

LOD for baked lightmaps
Light Probes