Skip to content

Commit c3eff91

Browse files
enableGpu docs (#454)
1 parent a85c3c6 commit c3eff91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/03-github/04-builder.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,14 @@ configuration will result in a failed build due to inactive licenses.
524524

525525
_**required:** `false`_ _**default:** `false`_
526526

527+
#### enableGpu
528+
529+
Omits passing the `-nographics` parameter when launching Unity to perform the build. Useful when
530+
using runners that have GPU available, and your build process utilizes Unity's graphics API during
531+
build. MacOS only.
532+
533+
_**required:** `false`_ _**default:** `false`_
534+
527535
## Outputs
528536

529537
Below are outputs that can be accessed by using `${{ steps.myBuildStep.outputs.outputName }}`, where

0 commit comments

Comments
 (0)