Author Topic: Why Tween series always disabled from the start?  (Read 1489 times)

leegod

  • Jr. Member
  • **
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 90
    • View Profile
Why Tween series always disabled from the start?
« on: June 23, 2015, 01:53:15 AM »
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?


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Why Tween series always disabled from the start?
« Reply #1 on: June 25, 2015, 07:51:32 PM »
TweenAlpha works with NGUI widgets, not Unity's UI.