# textureCompression

> Compression of imported texture.

## Definition

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

```csharp
public TextureImporterCompression textureCompression { get; set; }
```

### Remarks

Additional Resources: [TextureImporterCompression](/engine/6000.5/script-reference/unityeditor/textureimportercompression.md). This will only affect the default platfrom setting. Additional Resources: [TextureImporterPlatformSettings](/engine/6000.5/script-reference/unityeditor/textureimporterplatformsettings.md), [TextureImporter.SetPlatformTextureSettings](/engine/6000.5/script-reference/unityeditor/textureimporter/setplatformtexturesettings.md).
