UI Buttons react on Keyboard?? Unwanted behavior.

Hello EverBody,

I am Vince Kieft and i am programming a game but i have a problem with the 4.6 UI. When i make a button and start the game and them press some keys on my keyboard, sometimes some of the buttons react on the keyboard inputs and go into the hover state. Why is that?
When i am ingame and move the character with the a w s d keys the skill icons sometimes react on the keyboard buttons pressed and act like the mouse is over the button but the mouse isnt even close to the button??

Plz help me with this problem.

Greethings,

Vince Kieft

Find the EventSystem object in your Hierarchy and untick ‘Send Navigation Event’ in the first script

1 Like

That worked!!! Thanks men