# PVRTC

> Use PowerVR texture compression.

## Definition

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

> **Warning:**
>
> **Deprecated.** Texture compression format PVRTC has been deprecated and will be removed in a future release

```csharp
PVRTC = 4
```

### Remarks

This texture compression format is only available on devices that have a PowerVR GPU.

**Note**: PVRTC format is deprecated. Use ASTC or ETC format instead.
