add_animation_library
Create a new animation library for a player in a Godot scene by providing the scene path and library name. Optionally link existing animation sub-resources.
Instructions
Add animation library to player.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| animations | No | Reserved UIDs of existing Animation sub-resources | |
| scene_path | Yes | Path to .tscn scene file | |
| animation_name | Yes | Name for the new animation library |