The interactable property of a button changes the alpha but the event gets triggered anyway when I click.
Changing the enable property of the component doesn’t do anything eather. I can’t find a way to disable click in a button.
Is this a bug?
The event can still be triggered even you have unchecked “interactable” property of a button.
You can refer to this thread:
To prevent triggering the event, you can add a component called “Canvas Group” to your button and uncheck “blocksRaycasts” property. :]