Version: 2019.2

説明

圧縮されたテクスチャ形式

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.

関連項目: Texture2D.format, texture assets.