- Home /
Dead Spaces for Button Clicks
There seems to be certain locations on the canvas where button clicks do not register. I move the button up a couple hundred pixels, and it clicks just fine. Move it down, and it doesn't click at all.
The space between Save Game and Options buttons is the space that is not registering clicks. The deadspace seems to run across the whole screen left-to-right.
Here's the full size image: Hierarchy and Scene
Do you have another canvas behind this canvas?? I’ve seen this behaviour popup on canvases with higher sorting orders placed behind canvases with lower sorting orders. The highest sorting order canvas will take priority and if you have a button in that position, the touch will register there and will be disregarded on the other.
Answer by HellsHand · Apr 02, 2021 at 04:02 PM
It sounds like you have another UI object blocking that area. I'd double check SoloVerse Text
and your Banner Text
. SoloVerse Text
is in front of everything else in your panel and Banner Text
is in front of the panel itself though I can't see their actual positions.
Your answer
