Hi,
I have a pause functionality in my game. During this pause mode, I create a half-transparent black texture as overlay. Is there any way to disable all the event handling (OnClick, hover, etc) during this pause mode without having to disable the box collider from every single button in the scene?
Something like temporarily disable the raycast until the player resume the game.
Thanks!