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

Commit 255358d

Browse files
* xrtk/[email protected] - add ability to specify version instead of version text path
1 parent 68f07d7 commit 255358d

File tree

7 files changed

+353
-104
lines changed

7 files changed

+353
-104
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ inputs:
55
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.'
66
required: false
77
default: ''
8+
unity-version:
9+
description: 'Optional, specify the Unity version to install. You must include the changeset! i.e 2019.4.13f1 (518737b1de84)'
10+
required: false
11+
default: ''
812
build-targets:
913
description: 'Optional, specify the build targets to install for (i.e "StandaloneWindows64 WSAPlayer StandaloneOSX iOS StandaloneLinux64 Android Lumin WebGL")'
1014
required: false
1115
default: ''
1216
modules:
13-
deprecationMessage: 'Use build-targets instead'
1417
description: 'Optional, Additional modules to install with the editor (i.e "webgl android lumin")'
1518
required: false
1619
default: ''

0 commit comments

Comments
 (0)