# AndroidETC2FallbackOverride

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

## Definition

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

```csharp
public enum AndroidETC2FallbackOverride
```

## Fields

| Value                                                                                                                       | Description                                                                                                                                                                                        |
| --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Quality16Bit](/engine/6000.5/script-reference/unityeditor/androidetc2fallbackoverride/quality16bit.md)                     | Texture is decompressed to a suitable 16-bit format.                                                                                                                                               |
| [Quality32Bit](/engine/6000.5/script-reference/unityeditor/androidetc2fallbackoverride/quality32bit.md)                     | Texture is decompressed to the [TextureFormat.RGBA32](/engine/6000.5/script-reference/unityengine/textureformat/rgba32.md) format.                                                                 |
| [Quality32BitDownscaled](/engine/6000.5/script-reference/unityeditor/androidetc2fallbackoverride/quality32bitdownscaled.md) | Texture is decompressed to the [TextureFormat.RGBA32](/engine/6000.5/script-reference/unityengine/textureformat/rgba32.md) format and downscaled to half of the original texture width and height. |
| [UseBuildSettings](/engine/6000.5/script-reference/unityeditor/androidetc2fallbackoverride/usebuildsettings.md)             | Use the value defined in Player build settings.                                                                                                                                                    |
