Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: yuyaokada on June 07, 2014, 10:38:15 AM
-
I want to change UIWidget size relatively as localScale but we cannot use localScale with UIWidget.
How should I do?
-
Relative to what? The parents?
In that case, you can use the globalScale (lossyScale) and use the value as a modifier on the widget. It's generally a mess to do so, I think though.