Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TextureFormat.DXT1

Description

Compressed color texture format.

DXT1 (BC1) format compresses textures to 4 bits per pixel, and is widely supported on PC and console platforms.

It is a good format to compress most of RGB textures. For RGBA (with alpha) textures, use DXT5.

Additional resources: Texture2D.format, texture assets.