download_build
Create a static or NPM build from scene IDs, wait for the generated artifact, and save the archive to a specified local path. Avoids overwriting existing files unless overwrite is enabled.
Instructions
Create a static or NPM download build, wait for its artifact, and save the archive to an explicit local path. Existing files are not overwritten unless overwrite=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| format | Yes | ||
| minify | No | ||
| sceneIds | Yes | Scene ids in the designated project | |
| overwrite | No | ||
| outputPath | Yes | ||
| sourceMaps | No | ||
| concatenate | No | ||
| engineVersion | No | Configured engine channel or exact available engine version | |
| primarySceneId | No | Primary scene; must also be in sceneIds | |
| optimizeSceneFormat | No |