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.


Messages - 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
I miss that function too.
It had some use when working with atlas that you don't have the source sprites.

3
NGUI 3 Support / Re: Little issue with UIButtonScale Script.
« on: November 29, 2012, 12:02:55 PM »
I was actually not setting anything to zero but ended up with my buttons transform scale set to zero.
Tracking it down, it showed to happen in the OnDisable function of the UIButtonScale Script when mInitDone was false.

I just added this little test and it seem to work fine now.

4
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]