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 any idea about this in Unity? I am using unity 5.5.2.
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 any idea about this in Unity? I am using unity 5.5.2.
Turns out I did not know that you have add a Graphic Raycaster component as well. Started taking input after that.
Thanks everyone.
The easiest way to debug is to :
EventSystem
GameObject of your scenepointerEnter
If you can't see it, here are possible solutions :
EventSystem
in your sceneCanvasGroup
withBlocksRaycast
orInteractable
set to falseGraphicRaycaster
attached on a gameobject (on the Canvas usually)