batch
Handle many Unity Editor operations efficiently in one call, with configurable error handling and atomic rollback to prevent partial changes.
Instructions
Execute multiple commands in one call. Use for 2+ ops — reads AND writes. commands: one per line (cmd key=value). on_error: continue|stop (default continue). timeout: seconds (default 75). atomic: True reverts ALL prior ops on first failure (Unity Undo); execute_code fs side-effects NOT reverted. PREFER over individual tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| atomic | No | ||
| timeout | No | ||
| commands | Yes | ||
| on_error | No | continue | |
| validate_aliases | No |