# AndroidETC2Fallback

> This enumeration has values for different qualities to decompress ETC2 textures on Android devices that don't support the ETC2 texture format.

## Definition

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

> **Warning:**
>
> **Deprecated.** AndroidETC2Fallback is obsolete and has no effect. It will be removed in a subsequent Unity release.

```csharp
public enum AndroidETC2Fallback
```

## Fields

| Value                                                                                                               | Description                                                                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Quality16Bit](/engine/6000.0/script-reference/unityeditor/androidetc2fallback/quality16bit.md)                     | Textures are decompressed to a suitable 16-bit format.                                                                                                                                               |
| [Quality32Bit](/engine/6000.0/script-reference/unityeditor/androidetc2fallback/quality32bit.md)                     | Textures are decompressed to the [TextureFormat.RGBA32](/engine/6000.0/script-reference/unityengine/textureformat/rgba32.md) format.                                                                 |
| [Quality32BitDownscaled](/engine/6000.0/script-reference/unityeditor/androidetc2fallback/quality32bitdownscaled.md) | Textures are decompressed to the [TextureFormat.RGBA32](/engine/6000.0/script-reference/unityengine/textureformat/rgba32.md) format and downscaled to half of the original texture width and height. |
