• Unity
  • Unity Root Motion with SkeletonAnimator

Related Discussions
...

Hey guys,

I wanted to use root motion with my spine animations so I tried this script:

The problem is that I use the SkeletonAnimator component, so I won't work.
Is there any way to use root motion with the SkeletonAnimator?

Thank you very much 🙂

16 天 后

[Edit: removed incorrect text claiming that it was already supported. See new answer below]

1 年 后
Harald :

If you use SkeletonAnimator (or SkeletonMecanim as it's called in 3.7) you can precisely animate the root bone in Spine and then tick "Apply Root Motion" at the Animator component on the Unity side - that shall apply root motion at runtime as desired, without the need for the script you mentioned.

Hey, is this still the case ? I can't seem to get it to work.