Hello
i am trying to call the onClick Method from a Button by script and i want to execute the notify elements within the onClick Method.
What i am doing is:
buttonGameObject.SendMessage("OnClick");
so, i can hear the sound of the button being executed but all the notify references i set in the
OnClick Method are not being called, what am i doing wrong?