Version: 1.3
LanguageEnglish
  • C#

TextureMultiFormat

enumeration

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

Submission failed

For 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.

Close

Cancel

Description

The multiformat setting for texture manager.

See Also: TextureImporter.GetPlatformTextureFormat(WebGLTextureSubtarget textureSubtarget).

Properties

GenericDefault compressed texture format.
DXT_AutomaticDXT Automatic compressed texture format.
ETC2_AutomaticETC2 Automatic compressed texture format.
ASTC_AutomaticASTC Automatic compressed RGB texture format.
ASTC_4x4ASTC (4x4 pixel block in 128 bits) compressed RGB texture format.
ASTC_5x5ASTC (5x5 pixel block in 128 bits) compressed RGB texture format.
ASTC_6x6ASTC (6x6 pixel block in 128 bits) compressed RGB texture format.
ASTC_8x8ASTC (8x8 pixel block in 128 bits) compressed RGB texture format.
ASTC_10x10ASTC (10x10 pixel block in 128 bits) compressed RGB texture format.
ASTC_12x12ASTC (12x12 pixel block in 128 bits) compressed RGB texture format.
ASTC_HDR_4x4ASTC_HDR (4x4 pixel block in 128 bits) compressed RGB texture format.
ASTC_HDR_5x5ASTC_HDR (5x5 pixel block in 128 bits) compressed RGB texture format.
ASTC_HDR_6x6ASTC_HDR (6x6 pixel block in 128 bits) compressed RGB texture format.
ASTC_HDR_8x8ASTC_HDR (8x8 pixel block in 128 bits) compressed RGB texture format.
ASTC_HDR_10x10ASTC_HDR (10x10 pixel block in 128 bits) compressed RGB texture format.
ASTC_HDR_12x12ASTC_HDR (12x12 pixel block in 128 bits) compressed RGB texture format.