Import New Animation to an Existing one in godot 4

Hi

in Godot 4, how can i add new animation to existing one. what i tried to do is, i add new animation in blender export the new GLB file and drop it in filesystem. if i do New Inherited Scene i get animationPlayer with the newly added aniumation listed no issue but how to add the new animation to the original scene. thanks

You can create and reuse animation libraries in Godot. I deal with this problem in the third part of my mini-tutorial.

thank you