I have several animations that all have root motion.
I’m using a character controller and handling my player movement that way, but I can’t find a way to turn off root motion in Unity 5.4. In previous versions there used to be a checkbox to disable/enable root motion, but in this version that checkbox is gone.
Is there any way I can get rid of root motion in Unity 5.4?
Thanks in advance!
EDIT: Figured it out myself. Just check the Loop Pose checkbox and that should do it.