1
NGUI 3 Support / Re: DragItemView re positioning and Tween lag
« on: April 11, 2014, 10:05:34 AM »
I put Debug.Log in TweenScale and UITweener classes. Strange thing is, UITweener calls many times the Update function without playing the animation. I cant figure out why the animation starts playing after 20-100 Update-Function calls.
Have you any ideas?
EDIT: Ok, I've found the problem. I'm playing the scale animation while moving cards from deck to the hand. Every card gets own delay and I do not reset the TweenScale component on the card.
Have you any ideas?
EDIT: Ok, I've found the problem. I'm playing the scale animation while moving cards from deck to the hand. Every card gets own delay and I do not reset the TweenScale component on the card.

