# maxAtlasSize

> This property is now obsolete. Use LightingSettings.lightmapMaxSize.

## Definition

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

> **Warning:**
>
> **Deprecated.** LightmapEditorSettings.maxAtlasSize is obsolete, use LightingSettings.lightmapMaxSize instead.

```csharp
public static int maxAtlasSize { get; set; }
```
