Changing the playback speed in AnimationPlayer doesn't work.

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

I want to change the speed of all the animations in my AnimationPlayer that is used in an AnimationTree but changing the playback speed doesn’t work. Do I have to change it in the AnimationTree or is this just a bug or something?

:bust_in_silhouette: Reply From: Inces

You have to use AnimationTree methods now. There is a speed scale node within AnimationTree options.

Well how do I do that?

even_nuller | 2022-01-24 18:53

right click on your graph or “Add node” button shows menu of nodes to choose from. There is node called TimeScale there. You can connect it to other nodes in graph just like You already connected animations to each other.

Inces | 2022-01-24 19:45