Brackeys / 2D-Character-Controller

Free 2D Character Controller for Unity.
https://youtu.be/dwcT-Dch0bA
1.16k stars 1.62k forks source link

Player jumping more than it should #11

Open Eranot opened 5 years ago

Eranot commented 5 years ago

If the player is going up in a diagonal plataform it jumps way too much. This happens because the jump force is added in the already accumulated up force from the walking up. Most times you don't really want it. I'm working in a fix for it, pull request gonna be up in some hours.