Copy one element of animation to another animation in AnimationPlayer

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By pospathos
:warning: Old Version Published before Godot 3 was released.

Is it possible to have two animations of two different object in AnimationPlayer and merge/copy them in one animation?

:bust_in_silhouette: Reply From: Skyfrit

You can use AnimationTreePlayer to mix two animations together.

enter image description here

Thank you! Much appreciated!

pospathos | 2017-07-09 09:35

You’re welcome.

Skyfrit | 2017-07-09 09:55