playMaker

Author Topic: A Serious Problem with current UI Button On Click event.  (Read 668 times)

Acavodo

  • Playmaker Newbie
  • *
  • Posts: 7
A Serious Problem with current UI Button On Click event.
« on: July 22, 2020, 11:21:53 PM »
I have "1" gameobject contains 'UI Button On Click event' to trigger 'send event' action.

When the button is clicked, it sends event to "2" gameobject.

The "2"gameobject has 'Get Event info' but it receives 'Sent by Gameobject' variable as the Button gameobject which originally triggered the event above. It should receive "1" gameobject instead of the Button!

It seems quite a serious bug for me. Because it works properly with 'UGUI on button click event'! It only occurs with UI Button On Click Event.


I have attached images to explain the situation more.

Thank you.