# androidETC2Fallback

> ETC2 texture decompression fallback on Android devices that don't support ETC2.

## Definition

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

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

```csharp
public static AndroidETC2Fallback androidETC2Fallback { get; set; }
```

### Remarks

Allows to choose which texture format to decompress textures to on Android devices that have no ETC2 texture format support. This can be overridden per texture using [AndroidETC2FallbackOverride](/engine/6000.6/script-reference/unityeditor/androidetc2fallbackoverride.md). Additional Resources: [AndroidETC2Fallback](/engine/6000.6/script-reference/unityeditor/androidetc2fallback.md), [AndroidETC2FallbackOverride](/engine/6000.6/script-reference/unityeditor/androidetc2fallbackoverride.md).
