button not responding in certain parts of canvas

hi, everybody! I’m new to the forums and taking my first steps with unity!

I’ve been experimenting with menus and UI and encountered a little problem with the buttons…

for some reason the buttons don’t respond in certain parts of the canvas (I know this becouse I’ve isolated the canvas and the problem persists). but if I move the buttons a little the part of the button that is outside the problem area responds, the part that is inside doesn’t. It is like if something is (invisible) blocking access to the button, but there is nothing there as far as I can tell.

Well, I think that sums it.

thank you!

edit: ok… i’ve been experimenting with the other objects (canvases, images, etc.), disabling them and re-enabling them and I discovered that the problem is that I have other canvas with camera attached to it with a button in that exact position… now, the problem is how do I manage this?

I’ll continue studying, but if anyone knows and wants to share…

For anyone who is interested I solved it disabling the canvas component in the canvas object and enabling it via script when that particular camera is enabled.

I don’t know if it is the most efficient way to do it, but it worked.