Skip to main content

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

I think the game's idea is awesome! Probably can update the controls as well. In Unity, "Input.GetAxis()" works weirdly for most games. In your game's case, replacing all "Input.GetAxis()" with "Input.GetAxisRaw()" would improve the controls on keyboard. 

Thank you👍👍😀😀. I will see about that.