We former use UISprite to show big back ground so the atlas is very big, so we delete that image from atlas and use UITexture to display. However, no matter how I change the setting of the image and the shader of the texture, the quality is much lower than use uisprite.
So How can I make the UITexture has the same display qualty as UISprite? DO I miss something important?