Сжатый формат цветной текстуры
DXT1 format compresses textures to 4 bits per pixel, and is widely supported on PC, console and Windows Phone platforms.
It is a good format to compress most of RGB textures. For RGBA (with alpha) textures, use DXT5.
See Also: Texture2D.format, texture assets.