Textures not being imported properly

Hi, i’m having a problem importing dds files on Unity, they appear as a white and yellow stripes and i can’t use them

Bug1

Bug2

I tried reimporting everything but i couldn’t get the job done by that, is there any way to get this working? i looked in the internet but i found no solutions

I’m using the latest version of Unity, 4.5.1

Thanks in advance
Seyren.

I just searched up this answer:

Are DDS files fully supported by Unity?

Apparently, dds’s aren’t guaranteed to work. I would just convert it into something that is guaranteed to work. I hope this solves your problem.

First, make sure you have the latest dds plugin installed.

When you save the texture file use one of these options (these are the ones I use without problems):

  • DXT1 RGB 4 bpp for textures without alpha.
  • DXT5 ARGB 8 bpp for textures with alpha channel.