unity_advanced_tool
Execute specialized Unity tools for animation, prefabs, physics, shaders, terrain, particles, UI, profiling, and more. Discover available tools via unity_list_advanced_tools.
Instructions
Execute an advanced/specialized Unity tool by name. Use unity_list_advanced_tools to discover available tools and their parameters. This provides access to 200+ specialized tools for animation, prefabs, physics, shaders, terrain, particles, UI, profiling, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | The tool name to execute (e.g. "unity_animation_create_controller", "unity_shadergraph_create") | |
| params | No | Parameters to pass to the tool. Use unity_list_advanced_tools to see required parameters. | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |