create_animation
Creates an empty AnimationPlayer animation resource in a Godot scene, providing a placeholder for adding keyframes and setting up animation logic.
Instructions
Create an empty AnimationPlayer animation resource in a scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| nodePath | No | . | |
| scenePath | Yes | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. | |
| animationName | Yes |