Skip to content

Commit

Permalink
Update 04-builder – Added note regarding use of env and `customPara…
Browse files Browse the repository at this point in the history
…meters`

See discussion in game-ci/docker#229
  • Loading branch information
tobyspark authored Sep 14, 2023
1 parent a1abaf5 commit 9217bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/03-github/04-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ Parameters without a value will be considered booleans (with a value of true).

There are 2 main use cases:

- To pass your own custom parameters to be used with `buildMethod` above
- To pass your own custom parameters to be used with `buildMethod` above. Note environment variables
set in the workflow file will not be available in the environment running Unity, so use this mechanism instead.
- To pass [Unity Build Options](https://docs.unity3d.com/ScriptReference/BuildOptions.html) (for
example, `customParameters: -standaloneBuildSubtarget Server` will do server builds)

Expand Down

0 comments on commit 9217bd2

Please sign in to comment.