Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Thanks for the feedback! I didn't quite understand what was the problem, how did you get stuck?

(+1)

No problem anymore 😅. I just used WASD and W doesnt work as jump, so i got stuck in the lower part of the level because i couldn't jump. It took me a while to realize that maybe W wasn't implemented as jump and the character is supposed to be controlled by the arrowkeys😅. I was just to dumb for the game😂.

Oh okay I see that's interesting! I thought the controls would work fine with WASD too  because I used the Input.GetAxisRaw() functions in Unity but I guess I should have checked. (I have an AZER keyboard so I didn't). Thanks for the feedback!

I used the same method with my game, but hardcoded the W-key, to be sure. Can happen to everyone.