Godot Version
4.4.1
Question
i have two different AnimationPlayers each containing one separate animation i need both animations to be in one AnimationPlayer what is the best way to do this?
4.4.1
i have two different AnimationPlayers each containing one separate animation i need both animations to be in one AnimationPlayer what is the best way to do this?
You can add multiple animations to a library and/or add multiple libraries to a single AnimationPlayer.
You can do this via the editor. Just select Animation
and select New...
again.