We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85c3c6 commit c3eff91Copy full SHA for c3eff91
docs/03-github/04-builder.mdx
@@ -524,6 +524,14 @@ configuration will result in a failed build due to inactive licenses.
524
525
_**required:** `false`_ _**default:** `false`_
526
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
535
## Outputs
536
537
Below are outputs that can be accessed by using `${{ steps.myBuildStep.outputs.outputName }}`, where
0 commit comments