Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: DevFromSpace on September 02, 2014, 09:52:07 AM

Title: blurry on IOS but not on desktop
Post by: DevFromSpace on September 02, 2014, 09:52:07 AM
I have a problem that appear on IOS but not on desktop

i have an UI Gameobject with UIFollowTarget
inside as child i have:
UISlider (blurry on ios)
UILabel for the name(not blurry)

pay attention to the health bar "3 hp"

The IOS BUILD:
(http://image.noelshack.com/fichiers/2014/36/1409669287-img-0074.png)
into unity:
(http://image.noelshack.com/fichiers/2014/36/1409669366-sans-titre-2.png)

is it a bug or something not correctly configured? all the other sprites are correctly displayed
Title: Re: blurry on IOS but not on desktop
Post by: ArenMook on September 02, 2014, 12:34:47 PM
What's the bug? Do you mean just the blurriness? Fixed size UIRoot = blurry on any other resolution except the one you chose as its manual width/height.

Use Flexible mode if you want it to be crisp.