Can I use iTween to change alpha of UI control?
code below: iTween.FadeTo(this.gameObject, 0, 0.5f);
it not works.how can I change alpha of UI control?
PS:'this' is a script component in UI control,like image,
               Comment
              
 
               
              Your answer