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: