Updated graphics flag.
This commit is contained in:
@@ -25,7 +25,7 @@ inputs:
|
|||||||
description: "Unity command to run."
|
description: "Unity command to run."
|
||||||
required: false
|
required: false
|
||||||
useGraphics:
|
useGraphics:
|
||||||
description: "Whether or not to use the user graphics device when running Unity."
|
description: "Whether or not to use the graphics device when running Unity."
|
||||||
required: false
|
required: false
|
||||||
default: "false"
|
default: "false"
|
||||||
unityBuilder:
|
unityBuilder:
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ inputs:
|
|||||||
description: "Name of the volume to copy the artifacts to."
|
description: "Name of the volume to copy the artifacts to."
|
||||||
required: true
|
required: true
|
||||||
default: ${{ env.ARTIFACTS_VOLUME }}
|
default: ${{ env.ARTIFACTS_VOLUME }}
|
||||||
|
useGraphics:
|
||||||
|
description: "Whether or not to use the graphics device when running Unity."
|
||||||
|
required: false
|
||||||
|
default: ${{ env.USE_GRAPHICS || 'false' }}
|
||||||
artifactsDir:
|
artifactsDir:
|
||||||
description: "Name of the directory to copy the artifacts from."
|
description: "Name of the directory to copy the artifacts from."
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ inputs:
|
|||||||
description: "Whether or not to use the UnityBuilder instead of a Unity command."
|
description: "Whether or not to use the UnityBuilder instead of a Unity command."
|
||||||
required: false
|
required: false
|
||||||
useGraphics:
|
useGraphics:
|
||||||
description: "Whether or not to use the user graphics device when running Unity."
|
description: "Whether or not to use the graphics device when running Unity."
|
||||||
required: false
|
required: false
|
||||||
default: "false"
|
default: "false"
|
||||||
cacheVolume:
|
cacheVolume:
|
||||||
|
|||||||
Reference in New Issue
Block a user