Import Texture with good quality...

hey there,

i want to import the textures for my HUD in the start function…
i am using c#…

my problem: the texture quality is very bad… how can i increase it?
normaly i can change the values in the inspector (set texture to gui, set resolution to 1024 and change format to true color)…

i couldnt find any answers for this :confused:

What is the resolution of the image you are importing?
What i mean is, the problem in image itself, not unity image settings.

Best way to make sure you’re getting the highest resolution out of the image is to change “Texture Type” to Advanced, set “Non Power of 2” to None and uncheck “Generate Mip Maps”. Compression usually doesn’t produce any noticeable effects on quality.