Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: toyob on July 27, 2017, 05:38:32 AM
-
I have noticed that the TweenLetters script doesn't use the current Shadow (effect) opacity value. Instead it displays the effect as the opacity was full (fully black in case of a black color shadow). When the TweenLetters is over, the shadow opacity goes back to the preset value, resulting in a visual glitch.
ArenMook, any ideas of a quick fix? Thanks!
-
Also, if there's a Start Delay specified in the Tween Labels script, it does the following:
1) Enters the first frame of the upcoming tween animation
2) Pauses for the X seconds
I believe there should be an option NOT to enter the first frame of the animation, before the StartDelay elapses.
-
This would be a question for NeilM, as he manages that particular script. I'll send him the link so he can reply.
-
The quick fix for the alpha is to change line 154 of TweenLetters.cs to
It was missing the multiplication.
-
What effect are you attempting to create by not playing the first frame during the delay? If that happens then the text will appear as a normal label, then snap to the first frame of animation.