Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

LightmapSettings.lightmapsMode

public static LightmapsMode lightmapsMode;

Description

Non-directional, Directional or Directional Specular lightmaps rendering mode.

Note: this property is only serialized when building the player. In all the other cases it's the responsibility of the Unity lightmapping system (or a custom script that brings external lightmapping data) to set it when the scene loads or playmode is entered.

You can continue reading here if you want to know what the different lightmap modes do.