- Home /
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
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.
Answer by SepM · Jul 07, 2014 at 02:00 PM
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.
Answer by mikelortega · Oct 28, 2014 at 11:58 AM
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.
Your answer
Follow this Question
Related Questions
Unity imports texture problem 1 Answer
Texture mipmap distance 1 Answer
Terrain Texture Problem 0 Answers
Texturing troble on imported, tile based map. 1 Answer
Custom texture importer 1 Answer