DaniDevy / FPS_Movement_Rigidbody

A physics based movement system
MIT License
492 stars 642 forks source link

Fixed Jump Issue #38

Open JengaLabs opened 3 years ago

JengaLabs commented 3 years ago

When user jumped, the game was trying to limit the distance moved over y. Now it will only limit horizontal movement.