Animation tree playing the animations at very high speeds

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Skydome

Hi, I wanted to know how to keep the animation speed the same as when played by the AnimationPlayer. This happens not just when the scene is running but also when I play the animation using the AnimationTree.

I keyframed the playback speed of the AnimationPlayer. I think the AnimationTree ignores that. Because changing the keyframed value didn’t change anything.

How to solve this? How to change the animation speed using the AnimationTree?

:bust_in_silhouette: Reply From: Skydome

Import the animation using timescale. Right click on animation tree and then select time scale… You can set the speed of the animation this way.