I have setup the locomotion system on my character. Defined the leg controller script… added legs and grouped all animations into a group called “Locomotion”. Also initialized the locomotion system… success. Now, when I add the leg animator script and run the game, my character just stands there… doesn’t move or anything… just slides statically.
It sounds like you added LegAnimator after initialize? I think you need to attach all the components (maybe even NormalCharacterMotor and AlignmentTracker) and THEN initialize.
I have a character motor, alignment tracker, leg controller and leg animator… and other scripts too… that control the character animations…attack etc…
I initialized after adding them. Initialization was perfect. But character just slides… none of the animations play… more than 20 are there… nothing playes… just slides.