# disableCookiesInLightmapper

> This property is now obsolete. Use EditorSettings.enableCookiesInLightmapper.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Removed.** The disableCookiesInLightmapper setting is no longer supported. Cookies are always enabled in the Progressive Lightmapper.

```csharp
public static bool disableCookiesInLightmapper { get; set; }
```
