This version of Unity is unsupported.

TextureCompressionFormat

enumeration

Description

Options for the compressed texture formats that are available on the target build platform.

Properties

UnknownUse an undefined texture compression format.
ETCUse ETC1 texture compression (or ETC2 for textures with alpha).
ETC2Use ETC2 texture compression.
ASTCUse ASTC texture compression.
PVRTCUse PowerVR texture compression.
DXTCUse S3 texture compression.
BPTCUse BPTC texture compression.
DXTC_RGTCUse DXT + RGTC(BC4, BC5) texture compression.