AndroidETC2Fallback
This enumeration has values for different qualities to decompress ETC2 textures on Android devices that don't support the ETC2 texture format.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum AndroidETC2Fallback
Fields
Value | Description |
|---|---|
| Quality16Bit | Textures are decompressed to a suitable 16-bit format. |
| Quality32Bit | Textures are decompressed to the TextureFormat.RGBA32 format. |
| Quality32BitDownscaled | Textures are decompressed to the TextureFormat.RGBA32 format and downscaled to half of the original texture width and height. |