# Quality32BitDownscaled

> Textures are decompressed to the TextureFormat.RGBA32 format and downscaled to half of the original texture width and height.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/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
Quality32BitDownscaled = 2
```

### Remarks

Additional Resources: [TextureImporter.textureFormat](/engine/6000.7/script-reference/unityeditor/textureimporter/textureformat.md).
