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.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseImported texture format for TextureImporter.
Most of the values match the ones in TextureFormat, with addition of the "Automatic" ones that pick the best format based
on platform and texture type or usage.
Additional resources: TextureImporter.textureFormat.
Automatic | Choose texture format automatically based on the texture parameters. |
DXT1 | TextureFormat.DXT1 (BC1) compressed texture format. |
DXT5 | TextureFormat.DXT5 (BC3) compressed texture format. |
RGB16 | TextureFormat.RGB565 texture format. |
RGB24 | TextureFormat.RGB24 texture format. |
Alpha8 | TextureFormat.Alpha8 texture format. |
R16 | TextureFormat.R16 texture format. |
R8 | TextureFormat.R8 texture format. |
RG16 | TextureFormat.RG16 texture format. |
ARGB16 | TextureFormat.ARGB4444 texture format. |
RGBA32 | TextureFormat.RGBA32 texture format. |
ARGB32 | TextureFormat.ARGB32 texture format. |
RGBA16 | TextureFormat.RGBA4444 texture format. |
RHalf | TextureFormat.RHalf half-precision floating point texture format. |
RGHalf | TextureFormat.RGHalf half-precision floating point texture format. |
RGBAHalf | TextureFormat.RGBAHalf half-precision floating point texture format. |
RFloat | TextureFormat.RFloat floating point texture format. |
RGFloat | TextureFormat.RGFloat floating point texture format. |
RGBAFloat | TextureFormat.RGBAFloat floating point RGBA texture format. |
RGB9E5 | TextureFormat.RGB9e5Float packed unsigned floating point texture format with shared exponent. |
BC4 | TextureFormat.BC4 compressed texture format. |
BC5 | TextureFormat.BC5 compressed texture format. |
BC6H | TextureFormat.BC6H compressed HDR texture format. |
BC7 | TextureFormat.BC7 compressed texture format. |
DXT1Crunched | DXT1 (BC1) compressed texture format using Crunch compression for smaller storage sizes. |
DXT5Crunched | DXT5 (BC3) compressed texture format using Crunch compression for smaller storage sizes. |
ETC_RGB4 | ETC 4 bits/pixel compressed RGB 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_4x4 | ASTC compressed RGB(A) texture format, 4x4 block size. |
ASTC_5x5 | ASTC compressed RGB(A) texture format, 5x5 block size. |
ASTC_6x6 | ASTC compressed RGB(A) texture format, 6x6 block size. |
ASTC_8x8 | ASTC compressed RGB(A) texture format, 8x8 block size. |
ASTC_10x10 | ASTC compressed RGB(A) texture format, 10x10 block size. |
ASTC_12x12 | ASTC compressed RGB(A) texture format, 12x12 block size. |
ETC_RGB4Crunched | ETC_RGB4 compressed texture format using Crunch compression for smaller storage sizes. |
ETC2_RGBA8Crunched | ETC2_RGBA8 compressed color with alpha channel texture format using Crunch compression for smaller storage sizes. |
ASTC_HDR_4x4 | ASTC compressed RGB(A) HDR texture format, 4x4 block size. |
ASTC_HDR_5x5 | ASTC compressed RGB(A) HDR texture format, 5x5 block size. |
ASTC_HDR_6x6 | ASTC compressed RGB(A) HDR texture format, 6x6 block size. |
ASTC_HDR_8x8 | ASTC compressed RGB(A) HDR texture format, 8x8 block size. |
ASTC_HDR_10x10 | ASTC compressed RGB(A) HDR texture format, 10x10 block size. |
ASTC_HDR_12x12 | ASTC compressed RGB(A) HDR texture format, 12x12 block size. |
RG32 | TextureFormat.RG32 texture format. |
RGB48 | TextureFormat.RGB48 texture format. |
RGBA64 | TextureFormat.RGBA64 texture format. |
R8_SIGNED | TextureFormat.R8_SIGNED texture format. |
RG16_SIGNED | TextureFormat.RG16_SIGNED texture format. |
RGB24_SIGNED | TextureFormat.RGB24_SIGNED texture format. |
RGBA32_SIGNED | TextureFormat.RGBA32_SIGNED texture format. |
R16_SIGNED | TextureFormat.R16_SIGNED texture format. |
RG32_SIGNED | TextureFormat.RG32_SIGNED texture format. |
RGB48_SIGNED | TextureFormat.RGB48_SIGNED texture format. |
RGBA64_SIGNED | TextureFormat.RGBA64_SIGNED texture format. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.