AmbientMode
7/14/25Less than 1 minute
AmbientMode
Ambient lighting mode.
Elements
| Element | Description |
|---|---|
| AmbientMode.Custom | Ambient lighting is defined by a custom cubemap. |
| AmbientMode.Flat | Flat ambient lighting. |
| AmbientMode.Skybox | Skybox-based or custom ambient lighting. |
| AmbientMode.Trilight | Trilight ambient lighting. |
Extra Detail
Unity can provide ambient lighting in several modes, for example directional ambient with separate sky, equator and ground colors, or flat ambient with a single color.

