圧縮されたテクスチャ形式
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.
関連項目: Texture2D.format, texture assets.