MobileTextureSubtarget
Compressed texture format for target build platform.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum MobileTextureSubtarget
Remarks
Additional Resources: EditorUserBuildSettings.androidBuildSubtarget.
Fields
Value | Description |
|---|---|
| ASTC | ASTC texture compression. |
| DXT | S3 texture compression. Supported on devices with NVidia Tegra, Vivante and Intel GPUs. |
| ETC | ETC1 texture compression (or ETC2 for textures with alpha). ETC1 is supported by all devices. ETC2 is available on devices which support OpenGL ES 3.0. |
| ETC2 | ETC2 texture compression. Available on devices which support OpenGL ES 3.0. |
| Generic | Don't override texture compression. |