Implementing falling: How to maintain forward inertia as I transition into a fall animation?
I am having trouble getting a fall animation to work. Half the time, when I walk up to the lip of a ledge, I transition into the fall animation. I can get past this by adding a "downwardVelocity" parameter to the transition...but the fall animation still completely ignores forward velocity prior to transitioning.
I tried adding force to the rigidbody attached to the character without luck. How does one set the animation to maintain the prior velocity (which was established by root motion in another animation rather than any kind of force-based motion), and just animate what the character bones are doing?
Your answer
Follow this Question
Related Questions
Character Controller moves on top of Rigidbody after Animation 0 Answers
How to make player rotate 180° and run that direction with mecanim + vice versa? 1 Answer
Moving a player character that has ragdoll colliders/rigidbodies 0 Answers
Mecanim Generic No movement 0 Answers
How do I remove the latency/delay/pause when starting a clip with animator.Play()? 0 Answers