Button visibility set to false doesn't remove it from event system immediately

I have a button whose visibility is set to false when clicked. If I don’t move the mouse it continues to trigger that invisible button’s action when I click again.

How are you setting the Visibility to false? However you accomplish that, why not set interactable to false at the same time? If your problem is truly a bug and not a feature, that should resolve it.

1 Like