How to properly tweak jump distance on V3?

denisfrs

Member
Hi!
I'm in the proccess of updating my game to UFPS V3 and want to know how i can tweak the jump ability to reduce the jump distance but not the jump height.
After the upgrade my character does really long jumps, not high but long (check video below).

Reading the docs was not clear for me how i can keep the jump height but reduce the forward distance.

 
This relates to the acceleration values on the locomotion component. You can have an airborne state that adjusts those values when the character is in the air.
 
Great! Thank you. As a suggestion, would be cool if this information was on the "Migrating from v2" section of the docs. :)

For those who bump into this in the future and are not familiar with UCC, here's a simple "step-by-step"

ucc_jump_tweak.png
 
Top