Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: xiewenqi.cs@gmail.com on February 18, 2013, 10:34:46 PM
-
Hi, I've met a problem when dealing with UITexture, which I use to show some images downloaded from server runtime. I've changed image import settings in code so that their size keep in original scale, no mip-maps are generated and filter mode are Point. However, it turns out UITexture couldn't make a sharp render, which shows some blurry, more or less. But when I test those images with UISprite in UIAtlas, everything looks perfect, picture are not blurry at all. So, what should I do with this?
-
Likely the settings of the texture are forcing power of two, compression, mipmapping or something similar. Look into those.