Skip to main content

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

Hello! I’m making a game with a similar mechanic, do you mind sharing a bit about the code behind the character movement? I’m luke.skippy on discord if you want to privately message

Hey, I didn't do anything special it feels.  It's more like a lot of twisting.

Depending on the collision shape that hit something, I decide if I make the controller super grippy or slidy.
Then basic gravity, and more gravity on right click.
And finally some force apply for the jetpack. 
Anything you wanna know in particular ? 

(+1)

Thanks, but unfortunately I figured out my game happens to be a little different. It’s two collision shapes added together, but only one is allowed to rotate.

However, I managed to figure it out and might even have something together to playtest as early as today!

Cool ! I gladly try it !