# LightmapBakeQuality

> Bake quality setting for LightmapEditorSettings.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** LightmapBakeQuality has been deprecated.

```csharp
public enum LightmapBakeQuality
```

## Remarks

Additional Resources: quality.

## Fields

| Value                                                                           | Description                              |
| ------------------------------------------------------------------------------- | ---------------------------------------- |
| [High](/engine/6000.6/script-reference/unityeditor/lightmapbakequality/high.md) | High quality bake for final renderings.  |
| [Low](/engine/6000.6/script-reference/unityeditor/lightmapbakequality/low.md)   | Low quality bake for preview renderings. |
