I use NGUI 2.2.0
I wanna use animation to change alpha of UISprite to make it blink smoothly. (one blink for about 4 seconds)
I set up animation component, and attached it to UISprite object.
When I play, I can see animation in UISprite inspector.
But I can't see animation in actual scene view or game view.
In game view, initial visibility doesn't change.
UIPanel's static property is not checked.
Did I miss something?