I’m having trouble finding out how to click on a button that is behind a image that I use as a mask of some sort. Can i make that image unclickable? It seems reasonable that images are unclickable objects, but when the image is in front of the button then I cant get buttons to work. After I move the image in hierarchy or disable game object the click works.
Is there any way to handle what is clickable and not in the new UI? (I’ve tried ignore raycast layer with no luck)
Thank you in advance.