TextureCompressionFormat
Options for the compressed texture formats that are available on the target build platform.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum TextureCompressionFormat
Remarks
Additional Resources: _textureCompressionFormats.
Fields
Value | Description |
|---|---|
| ASTC | Use ASTC texture compression. |
| BPTC | Use BPTC texture compression. |
| DXTC | Use S3 texture compression. |
| DXTC_RGTC | Use DXT + RGTC(BC4, BC5) texture compression. |
| ETC | Use ETC1 texture compression (or ETC2 for textures with alpha). |
| ETC2 | Use ETC2 texture compression. |
| PVRTC | Use PowerVR texture compression. |
| Unknown | Use an undefined texture compression format. |