# maxTextureSize

> Maximum texture size.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.5/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. This will only affect the default platform setting. Additional Resources: [TextureImporterPlatformSettings](/engine/6000.5/script-reference/unityeditor/textureimporterplatformsettings.md), [TextureImporter.SetPlatformTextureSettings](/engine/6000.5/script-reference/unityeditor/textureimporter/setplatformtexturesettings.md).
