Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseImported texture format for TextureImporter.
See Also: TextureImporter.textureFormat.
AutomaticCompressed | Choose a compressed format automatically. |
Automatic16bit | Choose a 16 bit format automatically. |
AutomaticTruecolor | Choose a Truecolor format automatically. |
AutomaticCrunched | Choose a crunched format automatically. |
DXT1 | DXT1 compresed texture format. |
DXT5 | DXT5 compresed texture format. |
RGB16 | RGB 16 bit texture format. |
RGB24 | RGB 24 bit texture format. |
Alpha8 | Alpha 8 bit texture format. |
ARGB16 | RGBA 16 bit texture format. |
RGBA32 | RGBA 32 bit texture format. |
ARGB32 | ARGB 32 bit texture format. |
RGBA16 | RGBA 16 bit (4444) texture format. |
DXT1Crunched | DXT1 compresed texture format with crunch compression for small storage sizes. |
DXT5Crunched | DXT5 compresed texture format with crunch compression for small storage sizes. |
PVRTC_RGB2 | PowerVR (iPhone) 2 bits/pixel compressed color texture format. |
PVRTC_RGBA2 | PowerVR (iPhone) 2 bits/pixel compressed with alpha channel texture format. |
PVRTC_RGB4 | PowerVR (iPhone) 4 bits/pixel compressed color texture format. |
PVRTC_RGBA4 | PowerVR (iPhone) 4 bits/pixel compressed with alpha channel texture format. |
ETC_RGB4 | ETC (GLES2.0) 4 bits/pixel compressed RGB texture format. |
ATC_RGB4 | ATC (Android) 4 bits/pixel compressed RGB texture format. |
ATC_RGBA8 | ATC (Android) 8 bits/pixel compressed RGBA texture format. |
EAC_R | ETC2/EAC compressed 4 bits / pixel unsigned R texture format. |
EAC_R_SIGNED | ETC2/EAC compressed 4 bits / pixel signed R texture format. |
EAC_RG | ETC2/EAC compressed 8 bits / pixel unsigned RG texture format. |
EAC_RG_SIGNED | ETC2/EAC compressed 4 bits / pixel signed RG texture format. |
ETC2_RGB4 | ETC2 compressed 4 bits / pixel RGB texture format. |
ETC2_RGB4_PUNCHTHROUGH_ALPHA | ETC2 compressed 4 bits / pixel RGB + 1-bit alpha texture format. |
ETC2_RGBA8 | ETC2 compressed 8 bits / pixel RGBA texture format. |
ASTC_RGB_4x4 | ASTC compressed RGB texture format, 4x4 block size. |
ASTC_RGB_5x5 | ASTC compressed RGB texture format, 5x5 block size. |
ASTC_RGB_6x6 | ASTC compressed RGB texture format, 6x6 block size. |
ASTC_RGB_8x8 | ASTC compressed RGB texture format, 8x8 block size. |
ASTC_RGB_10x10 | ASTC compressed RGB texture format, 10x10 block size. |
ASTC_RGB_12x12 | ASTC compressed RGB texture format, 12x12 block size. |
ASTC_RGBA_4x4 | ASTC compressed RGBA texture format, 4x4 block size. |
ASTC_RGBA_5x5 | ASTC compressed RGBA texture format, 5x5 block size. |
ASTC_RGBA_6x6 | ASTC compressed RGBA texture format, 6x6 block size. |
ASTC_RGBA_8x8 | ASTC compressed RGBA texture format, 8x8 block size. |
ASTC_RGBA_10x10 | ASTC compressed RGBA texture format, 10x10 block size. |
ASTC_RGBA_12x12 | ASTC compressed RGBA texture format, 12x12 block size. |