Gravity Bounce Help
sokaroka
Member Posts: 9
I'm making a parkour based platformer and therefore need gravity.
Although I want the player to be able to walk on platforms.
The only way I can seem to be able to make the player not fall through platforms is with the collide behavior.
But this makes it bounce.
So if the player jumps, they won't stop on the ground when they land, they will go into a continuous bounce, and go up and down at the same height forever...
How can I have gravity and make it so you don't fall when on a platform?
Although I want the player to be able to walk on platforms.
The only way I can seem to be able to make the player not fall through platforms is with the collide behavior.
But this makes it bounce.
So if the player jumps, they won't stop on the ground when they land, they will go into a continuous bounce, and go up and down at the same height forever...
How can I have gravity and make it so you don't fall when on a platform?
Comments
Under the Physics section, change Restitution to 0.
Restitution is bounciness.
Make sure all of your platforms have their Restitution set to zero as well.
You will probably also want to set 'Fixed Rotation' on the player.