Jump issue and sticking to platforms...

Hi,

Hope you can help.

I have followed the tutorial in order to get my character moving and jumping around my level. Thing is, if you continue to tap jump, the character keeps jumping and can more-or-less fly through the level! Is there a way to stop the character from being able to continue jumping if the jump button is tapped multiple times?

Also, if the character jumps into the side of a platform and the direction button is held down, the character ‘sticks’ to the side of the platform until the direction button is released. Is there any way to avoid this happening?

Cheers,

GingerOverlord

Use a raycast set to the Ground with angle of 90 and a length of 18.

Use the Material object make the player slide unless it’s on ground by setting the friction to 0 and 100.

Capture+_2020-06-03-08-25-22(1)