Author Topic: blurry on IOS but not on desktop  (Read 4066 times)

DevFromSpace

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 10
    • View Profile
blurry on IOS but not on desktop
« 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:

into unity:


is it a bug or something not correctly configured? all the other sprites are correctly displayed

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: blurry on IOS but not on desktop
« Reply #1 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.