Godot Version 3.5
Question
Hello, I’m wondering if I can load some animations .tres at same time programmatically to Animation Player (gui tool)?
###Details
I know animation are resources, I did read some documentations, I didn’t find anything related to ‘load to AnimationPlayer tool (gui)’. I have a lot of animations with extension .tree (file extension) in the FileSystem (res://…) and I would like to load or add them to the Animation Player tool programmatically if possible.
###Image
I have share a image of the Animation Player tool, it shows the controls or managment controls. I would like to load tons of animations resources (.tres) by that way programmatically if possible.
Just to clarify, I have upload an image of the load button of Animation Player tool. I would like to use that load way, but programmatically.
