Author Topic: Apply animation to UISprite using Animation tool inside unity  (Read 3301 times)

Revva

  • Guest
Hi Aren,

I know how animate alpha of UISprite and all the other components using code (i.e getting UIWidget and apply the animation or directly like that also ) . Is there any way i can use the UISprite alpha value with the inbuild unity tool . I tried changing the alpha for a UISlicedSprite but it is not working.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Apply animation to UISprite using Animation tool inside unity
« Reply #1 on: May 07, 2012, 10:26:29 AM »
Sure, but you need an intermediate script. Something simple that has a public float property and sets the widget's alpha every update.