# enlightenLightmapper

> Determines if Enlighten Baked Global Illumination lightmapper is supported. If it is not supported, Enlighten-specific settings do not appear in the Editor, which then defaults to the CPU Lightmapper.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Rendering](/engine/6000.5/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

> **Warning:**
>
> **Removed.** Bake with the Progressive Lightmapper. The backend that uses Enlighten to bake is obsolete.

```csharp
public bool enlightenLightmapper { get; set; }
```
