I want to add fadeout, in effect to the Unity new UI Text object.
So I attached TweenAlpha to that text object,
but when I play game, TweenAlpha just disabled and never get enabled even if I manually enabling it by script.
Why and how can I achieve my effect?