From 9e0f601d6673efb1e0f1e146c651ad88566e1a93 Mon Sep 17 00:00:00 2001 From: Szymon Sirocki Date: Thu, 7 Mar 2024 19:34:18 +0100 Subject: [PATCH] enableGpu docs --- docs/03-github/04-builder.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/03-github/04-builder.mdx b/docs/03-github/04-builder.mdx index 429cb836..0a739c67 100644 --- a/docs/03-github/04-builder.mdx +++ b/docs/03-github/04-builder.mdx @@ -524,6 +524,14 @@ configuration will result in a failed build due to inactive licenses. _**required:** `false`_ _**default:** `false`_ +#### enableGpu + +Omits passing the `-nographics` parameter when launching Unity to perform the build. Useful when +using runners that have GPU available, and your build process utilizes Unity's graphics API during +build. MacOS only. + +_**required:** `false`_ _**default:** `false`_ + ## Outputs Below are outputs that can be accessed by using `${{ steps.myBuildStep.outputs.outputName }}`, where