Search code examples
unity-game-engineuser-interfaceunity-ui

My button is not responding on Hover or Click in Unity UI


My button doesn't seem to be responsive. Although I have a EventSystem in my hierarchy. It's the view of hierarchy and other

This is my canvas inside the inspector, I have another Canvas in my scene called "Shop Canvas", but it has the same inspector values. Inspector view of canvas

This is the EventSystem in the inspector. EventSystem In hierarchy

Here is one of my buttons in the inspector. Button 1st Image in inspector


Solution

  • I had a similar issue of not being able to engage with a button. The reason being there was another UI component with ray cast enabled that did not allow inputs to reach the button.

    For your case, I think it's the "The things...". Try disabling that and see if you can engage with the button again.