unity_build
Start a Unity project build for a target platform (Windows, macOS, Linux, Android, iOS, WebGL) with optional scene selection and development mode.
Instructions
Start a build of the Unity project for a target platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| scenes | No | Scene paths to include (default: scenes in build settings) | |
| target | Yes | Build target platform | |
| outputPath | Yes | Output path for the build | |
| developmentBuild | No | Enable development build (default: false) |