Funny problem. I have a UI button and objects in the scene. Both are clickable. Problem is, that whenever a player clicks on a UI button, it may also click on an object in the scene, which leads to undesired results. I tried adding a box collider to the UI button but it didn’t help.
How do I solve this?