Really liked the art and music. But didn’t really like how player jumps. Can’t wait for new levels! Expect them to be really challenging!
Thank you so much for your feedback.I'll try to tweak the jumping in the near future and maybe add new levels.
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.
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.