1
NGUI 3 Support / Re: Blurred textures in android
« on: November 12, 2014, 09:34:11 AM »Get rid of the "Fastest" quality setting altogether. Delete it. Your textures are clearly being degraded.
That worked, thanks
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Get rid of the "Fastest" quality setting altogether. Delete it. Your textures are clearly being degraded.
Please check your sprites/textures in the inspector panel, make sure the "Texture Type" is set to "GUI", then click Apply.
That should work.
Check the quality settings in unity. Might be that the textures are set to half-size. Do note that this only applies to textures with mipmaps enabled, so if some of your stuff is with and some without it can cause this.
