unity_build
Start building a Unity project for a specified target platform, outputting to a chosen path, with optional scenes and development mode.
Instructions
Start a build of the Unity project for a target platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Build target platform | |
| outputPath | Yes | Output path for the build | |
| scenes | No | Scene paths to include (default: scenes in build settings) | |
| developmentBuild | No | Enable development build (default: false) | |
| 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. |