Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - boudboa

Pages: [1]
1
NGUI 3 Support / 2.6.5 issue with label Shrink to fit.
« on: September 03, 2013, 08:14:33 AM »
After updating to 2.6.5 some of my labels were not correctly shrinked and sometimes were having the few last letters hidden outside of the label.

It fixed after reverting to 2.6.4

2
NGUI 3 Support / Little issue with UIButtonScale Script.
« on: November 29, 2012, 10:34:08 AM »
I actually had 2 of those attached to a button,
one acting on the button itself and another one acting on another button.

I ended up to have some strange case where the scale of one button ended up to be zero.
It was happening when the he button was disabled using an anim (much like in example 3 with menu transitions)

After a few debug log i believe I found the issue, In UIButtonScale Script line 31 I added the text in blue:

      if (tweenTarget != null && mInitDone)

As this bug was not always happening I seems to have fixed the issue but i can't tell for sure still...



Pages: [1]