- Home /
GUITexture makes my image to low quality
GUI.DrawTexture is ok but the other thing throw down the image quality
I need to draw a fullscreen texture. If I use GUI.DrawTexture all is ok but for other reason I need to use a GUITexture.
The problem is that with GUITexture the image quality is very low (with DrawTexture its ok) and I have to greatly increase "the size" of the image to increase a bit the quality.
Answer by aress · Mar 28, 2014 at 05:10 PM
Have you change the type of texture in your assets? Click on your image and in the inspector menú you will see "Texture Type" option then sellect GUI and apply changes.
Thx, I already changed it and the image is better. BUt not as perfect as with drawtexture. And this is my problem :D (And obv, with GUI Type image is bigger).
Your answer

Follow this Question
Related Questions
Graphics.DrawTexture not working after changing quality settings 1 Answer
inventory system - change GUI.DrawTexture texture 3 Answers
Mathf.Lerp 2 Answers
Problem moving a Rect 1 Answer
How can I trace Alphabet 0 Answers