Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

xrtk/unity-setup@v7.5.0 #32

Merged
merged 6 commits into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ inputs:
description: 'Optional, specify a path to search for the unity project version text file. Use this if step fails to find a valid project version file.'
required: false
default: ''
unity-version:
description: 'Optional, specify the Unity version to install. You must include the changeset! i.e 2019.4.13f1 (518737b1de84)'
required: false
default: ''
build-targets:
description: 'Optional, specify the build targets to install for (i.e "StandaloneWindows64 WSAPlayer StandaloneOSX iOS StandaloneLinux64 Android Lumin WebGL")'
required: false
default: ''
modules:
deprecationMessage: 'Use build-targets instead'
description: 'Optional, Additional modules to install with the editor (i.e "webgl android lumin")'
required: false
default: ''
Expand Down
Loading