Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/02-tasks/04-unity-build-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,16 @@ Specifies the static method to run via command line to build the project. Only r
|----------------------------|-------------------------------|----------|---------|
| `scriptExecuteMethod` | Build script execute method | Yes, if `buildScriptType` is `inline` or `existing` | - |

### scriptCompletionQuit

Weather to quit the Unity editor after the build script method has completed.
If set to false, the editor will stay open after the build script method has completed.
Only relevant when using `buildScriptType` `existing`.

| YAML | Classic Editor | Required | Default |
|----------------------------|-------------------------------|----------|---------|
| `scriptCompletionQuit` | Quit Unity editor after script method has completed | No | true |

### outputPath

Specify the build output path relative to the repository root or fully qualified.
Expand Down Expand Up @@ -260,4 +270,4 @@ This task defines the following output variables, which you can consume in downs

### editorLogFilePath

Path to the Unity editor log file generated while executing the task.
Path to the Unity editor log file generated while executing the task.