Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'd like to play it, unfortunately I can't with my AZERTY keyboard and for some reason, even when I use a QWERTY layout it's still using AZERTY inputs.

I'm not sure how it works with unity but in pure JS using event.code displays the QWERTY code regardless of the layout (when I press A, it displays KeyQ). Maybe that's how other games correctly handle non-qwerty keyboards, because I've noticed that half of the itch.io games (using wasd controls) correctly handle them from scratch, even without the need to remap them in settings (although the remap option is unfortunately quite scarce).