Can AnimationTree player add multiple AnimationPlayer?

Godot Version

4.3

Question

I’m following this tutorial to learn Godot.
In this video, two sprite sheets are used for the attack action, one for the character and the other for the attack effect.
And now, I want to achieve the same effect with the AnimationTree. My idea is to add a synchronous node to the state machine.
Like this:


But I can’t do that, because I can’t add another AnimationPlayer to the AnimationTree.
So can I do this in one AnimationTree? Or can only be achieved with two AnimationTrees?

1 Like