From 0c75b172a7545b61d0f6d143fe44efc5501acdf5 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 5 Aug 2023 21:23:00 -0700 Subject: [PATCH] Updated graphics flag. --- unity-command/action.yaml | 2 +- unity-default/action.yaml | 4 ++++ unity-project/action.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index dcfc55c..673e46a 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -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: diff --git a/unity-default/action.yaml b/unity-default/action.yaml index 1300aba..1838bac 100644 --- a/unity-default/action.yaml +++ b/unity-default/action.yaml @@ -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 diff --git a/unity-project/action.yaml b/unity-project/action.yaml index d93f849..23c1081 100644 --- a/unity-project/action.yaml +++ b/unity-project/action.yaml @@ -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: