1
NGUI 3 Support / Re: SendMessage not calling method but NGui Animations
« on: November 22, 2018, 11:52:33 AM »
Ok I found that when I use sendMessage, the UIButton script "onClick" function is not called because UIButton.Current is not null.
Then before sending message I set UIButton.Current = null and its working.
is this normal ??
Then before sending message I set UIButton.Current = null and its working.
is this normal ??