# ETC

> Use ETC1 texture compression (or ETC2 for textures with alpha).

## Definition

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

```csharp
ETC = 1
```

### Remarks

The ETC1 texture compression format is available on all devices.

Additional Resources: [TextureCompressionFormat.ETC2](/engine/6000.0/script-reference/unityeditor/texturecompressionformat/etc2.md).
