Skip to main content

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

Cool game! The level design is very well done! I think you need to work a little bit more with the movement system, since the game deserved it. It's not a bad system, but definitely a little annoying. The jump is a little too floaty to my opinion, and you feel like you are on ice. Also, I think you should do something about the jittering when player moves. I assume you used a rigidBody for the player. If that's the case, consider trying moving the camera in LateUpdate or FixedUpdate, it should fix that


Nice job, amazing!

(+1)

Thanks! Interesting, I haven't come across LateUpdate() before, but sounds like it might well be a decent option! Thanks for the suggestion!