# crunchedCompression

> Use crunched compression when available.

## Definition

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

```csharp
public bool crunchedCompression { get; set; }
```

### Remarks

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