# maxTextureSize

> Maximum texture size.

## Definition

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

```csharp
public int maxTextureSize { get; set; }
```

### Remarks

Larger textures will be scaled down to this size at import time.
