Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

For the mouse not working on the menu buttons, I would check if you have a Container on top of them that is blocking the mouse input from getting passed to the buttons. Check for anything that should not be getting mouse input that might have the Mouse Filter set to Pass or Stop. Change this to Ignore and input should get to the buttons.

You're probably right, I ran into the same issue when I was working on my game. It took me a solid three-four hours to figure out what was going on