Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
Warning
Deprecated. AndroidETC2Fallback is obsolete and has no effect. It will be removed in a subsequent Unity release.
public enum AndroidETC2Fallback

Fields

Value

Description

Quality16BitTextures are decompressed to a suitable 16-bit format.
Quality32BitTextures are decompressed to the TextureFormat.RGBA32 format.
Quality32BitDownscaledTextures are decompressed to the TextureFormat.RGBA32 format and downscaled to half of the original texture width and height.