2D-Character-Controller
2D-Character-Controller copied to clipboard
Player jumping more than it should
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.