Collecting many animations in one library

Godot Version

4.4

Question

I have 3 AnimationPlayer nodes in my character scene. I want to combine these three animations into a single library (AnimationLibrary).

In the Animation dock with an AnimationPlayer selected click on Animation -> Manage Animations... In the new window you’ll be able to save the Animations.

Then you’ll need to create an AnimationLibrary inside one of the AnimationPlayers and load those saved Animations into it. You can also save the AnimationLibrary from there.