I added a canvas component to one of my images to override default layer order sorting. Turns out the button controls on that panel have stopped working?
Has anyone
The easiest way to debug is to :
pointerEnter
If you can't see it, here are possible solutions :
BlocksRaycast
or Interactable
set to falseTurns out I did not know that you have add a Graphic Raycaster component as well. Started taking input after that.
Thanks everyone.