Skip to main content

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

Thank you so much for your feedback.
I'll try to tweak the jumping in the near future and maybe add new levels.

(+1)

I have the same problem. Maybe you should check out some videos about mechanics. I think this one explains alright:

I like the suggestions but I'm using Godot not unity.
I think I'll have to find a way on my own to implement these features.

It’s not about stealing code, but understanding mechanics

Not talking about the code, what I meant was the physics material ext..

Oh, this one. Honestly, I did not notice the need of using frictionless material in your game. It works fine. But if you check out mine, there is a little freze at the landing. It’s caused by undisabled friction. You don’t have this issue.

(+1)

Maybe cause I'm using a kinematic body and not a rigid body, so I might end up needing frictionless material if I use a rigid body.