Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TextureImporterFormat

Suggest a change

Success!

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.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Imported texture format for TextureImporter.

See Also: TextureImporter.textureFormat.

Variables

AutomaticCompressed Choose a compressed format automatically.
Automatic16bit Choose a 16 bit format automatically.
AutomaticTruecolor Choose a Truecolor 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.
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.
ATF_RGB_DXT1 Flash-specific RGB DXT1 compressed color texture format.
ATF_RGBA_JPG Flash-specific RGBA JPG-compressed color texture format.
ATF_RGB_JPG Flash-specific RGB JPG-compressed color 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.