Author Topic: Why the UILabel pixelated in mobile?  (Read 2137 times)

johanesnw

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 22
    • View Profile
Why the UILabel pixelated in mobile?
« on: July 03, 2014, 02:18:27 AM »
Mobile


Unity Player


I used NGUI's Arimo20.
Overflow : Shrink Content
Alignment : Auto
Gradient/Effect/Spacing/MaxLine/BBcode : None

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Why the UILabel pixelated in mobile?
« Reply #1 on: July 03, 2014, 05:08:54 AM »
Looks to me like your texture quality gets degraded. Check the Quality settings (it should not be "fastest"). Also note that if you're using dynamic fonts, then the default option on them is to keep them crisp only on desktop (this can be changed on each label). I recommend using bitmap fonts.

johanesnw

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 22
    • View Profile
Re: Why the UILabel pixelated in mobile?
« Reply #2 on: July 03, 2014, 09:36:42 PM »
thanks... I never know there's Quality settings  :D