UI button highlight color not working as it should?

Hi.
Not sure if this question is already asked but didn’t find it.

My problem is when I’m using the UI elements on my menu screen.
So instead of buttons sprites I’m using the color change.

But for some reason the hover doesn’t work directly when I run the game.
I first need to click somewhere on the screen and then the hover color starts to work.

Is there anyway to fix this without writing a script or using sprites for the buttons?
Was thinking about some kind screen focus stuff or so but don’t really know what to do.
Been using unity only for few weeks so that might also be the problem here :smiley:

/Jere

This is normal when hitting the play button in the editor. You need to give the game window focus before it will take input.

This is not normal behaviour for a build. However I suggest you do a quick build and check, just to make sure there is no underlying problems.