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.
The easiest way to debug is to :
EventSystem GameObject of your scenepointerEnterIf you can't see it, here are possible solutions :
EventSystem in your sceneCanvasGroup with BlocksRaycast or Interactable set to falseGraphicRaycaster attached on a gameobject (on the Canvas usually)