batch_operations
Execute multiple Godot scene operations in a single process to speed up execution. Ideal for batches of 3+ operations.
Instructions
Execute multiple scene operations in a single Godot process invocation. Much faster than individual tool calls since each spawns a separate process. Use for 3+ operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Array of operations to execute sequentially in one process | |
| projectPath | Yes | Path to the Godot project directory |