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.CoreModule
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.