Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


androidETC2Fallback

ETC2 texture decompression fallback on Android devices that don't support ETC2.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. androidETC2Fallback is obsolete and has no effect. It will be removed in a subsequent Unity release.
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. Additional Resources: AndroidETC2Fallback, AndroidETC2FallbackOverride.