Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaterialGlobalIlluminationFlags

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

How the material should interact with lightmaps and lightprobes.

Variables

NoneThe emissive lighting should not affect Global Illumination at all.
RealtimeEmissiveThe emissive lighting should affect Global Illumination. It should emit lighting into realtime lightmaps and realtime lightprobes.
BakedEmissiveThe emissive lighting should affect Global Illumination. It should emit lighting into baked lightmaps and baked lightprobes.
EmissiveIsBlackThe emissive lighting is guaranteed to be black. This lets the lightmapping system know that it doesn't have to extract emissive lighting information from the material and can simply assume it is completely black.