Updated graphics flag.
This commit is contained in:
@@ -25,7 +25,7 @@ inputs:
|
||||
description: "Unity command to run."
|
||||
required: false
|
||||
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
|
||||
default: "false"
|
||||
unityBuilder:
|
||||
|
||||
@@ -30,6 +30,10 @@ inputs:
|
||||
description: "Name of the volume to copy the artifacts to."
|
||||
required: true
|
||||
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:
|
||||
description: "Name of the directory to copy the artifacts from."
|
||||
required: true
|
||||
|
||||
@@ -25,7 +25,7 @@ inputs:
|
||||
description: "Whether or not to use the UnityBuilder instead of a Unity command."
|
||||
required: false
|
||||
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
|
||||
default: "false"
|
||||
cacheVolume:
|
||||
|
||||
Reference in New Issue
Block a user