Using NGUI 3.5
I have a "UI Button (Script)", a Box Collider 2D and a "UISprite (script)".
My problem is when I hit "Play", the "Normal" colour becomes grey, instead of staying white.
And the button doesn't work.
Is there anything missing in my components?
Would the button work if I used UI2DSprite instead of UISprite?
Also, when I hit Play, a new component appears in the button "Tween Color (script)".
Why is that happening?
Thanks in advance