Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

TextureFormat.DXT1Crunched

Description

Compressed color texture format with Crunch compression for small storage sizes.

DXT1Crunched is like DXT1 format, with additional JPG-like lossy compression for storage size reduction. At texture load time, it is transcoded into a DXT1 format.

See Also: Texture2D.format, texture assets.