Skip to main content

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

Really enjoyable game here. Having to use the move button to shoot adds a whole new dynamic to this genre of game. I’ll note that on occasion the inputs seem to be unresponsive. Probably worth looking into the input polling, because I would be spamming the left or right button and sometimes it just wouldn’t work.

Thanks for your feedback. I think the issue with the input not giving a reaction is how I set it up. Moving left and right is actually checking for Input.GetButtonUp but only if the button is released within 0.1 seconds after pressing it. I didnt make a scenario in pressing a single button for longer than 0.1 seconds so when this happens - nothing happens. I definitely have to look into that, thanks for the hint!