Hi,
I have a few buttons in my scene with Unity’s own uGui. Problem is when I press those buttons, game also gets those events and reacts unexpectedly.
How can I make buttons to “consume”, so to say, so when they get the click event, it won’t propagate to other components as well.
Thanks.