build_pipeline
Execute Unity builds, configure build settings, manage scenes, switch platforms, and validate configurations through a comprehensive pipeline control tool.
Instructions
Comprehensive Unity build pipeline control. Actions:
build: Execute a build with specified settings
get_settings: Get current build settings
set_settings: Modify build settings
get_scenes: Get scenes in build settings
set_scenes: Set scenes in build settings
get_report: Get last build report (sizes, errors, warnings)
get_player_settings: Get platform-specific player settings
set_player_settings: Modify player settings
switch_platform: Switch active build target
get_platforms: List available build platforms
validate: Validate build configuration without building
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Build pipeline action to perform | |
| scenes | No | Scenes for build settings | |
| platform | No | Target build platform | |
| buildPath | No | Output path for the build | |
| buildOptions | No | Build options | |
| reportFilter | No | Filter for build report | |
| playerSettings | No | Player settings to modify |