Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: galuodo on June 13, 2013, 09:28:34 PM
-
new UIImageButton which has disable state does not support forward.
for example, OnHover cannot make the target button change the sprite.
-
If im remember correct, the buttons disable the collider if they are not active -> no event is called on that game object -> UIForwardEvents does not get called.
-
If im remember correct, the buttons disable the collider if they are not active -> no event is called on that game object -> UIForwardEvents does not get called.
OnHover has also changed
-
No active collider = no events, it's as simple as that. No events = nothing to forward. When it's disabled -- it's disabled. :P