Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: ziemek8 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.
-
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.