Hello,I find unity can not support DDS files.

Hello.
I find unity can not support DDS type files. anybody can show me how to use DDS type files on unity?

Thanks.
:frowning:

Right now it does not import DDS files natively (Unity will still internally compress textures into the equivalent, it just can’t read DDS files themselves). But (shhh… don’t tell anyone!) DDS file support is coming soon-ish.

In the meantime you could convert your DDS files into pretty much any other format (PNG, TGA, TIFF, …) and use that.