Author Topic: Label scale after upgrade  (Read 1816 times)

ziemek8

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Label scale after upgrade
« on: January 20, 2014, 08:34:04 AM »
Hello,
After I updated NGUI plugin to 3.0.9 f2 - I lost all UILabel scaling property on all scenes and in prefabs also, Im not sure how that happended.
Before I updated the scale was - I think - absolute value (for example 32 meant 32 virtual px), right now scaling is relative to default font size (scale 1 means pixel perfect) - in my case 72 px.
What am I missing?
Regards.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Label scale after upgrade
« Reply #1 on: January 21, 2014, 02:49:03 AM »
Transform scale was used back in NGUI 2. NGUI 3 has widget width and height instead to define the area, and the font's scale is determined by the font itself. If you want it smaller, you can adjust the region and set the label to "Shrink Content" overflow method.