You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ steps:
50
50
| name | description | required |
51
51
| ----------- | ----------- | ----------- |
52
52
| `version-file` | Specify a path to search for the unity project version text file. Useful if there are multiple projects in a single repo. Pass `None` if creating a new project to skip file search. | false |
53
-
| `unity-version` | Specify the Unity version(s) to install. You must include the changeset! i.e `2019.4.13f1 (518737b1de84)`. ***This will override any version specified in the `version-file`!*** | false |
53
+
| `unity-version` | Specify the Unity version(s) to install. example:`2019.4.13f1 (518737b1de84)`. ***This will override any version specified in the `version-file`!*** | false |
54
54
| `build-targets` | Specify the build targets to install for. Remaps to corresponding module. One or more of `StandaloneWindows64` `WSAPlayer` `StandaloneOSX` `iOS` `StandaloneLinux64` `Android` `Lumin` `WebGL` `VisionOS`. | false |
55
55
| `modules` | Modules to install with the editor. This list can be different per editor version. | false |
56
56
| `architecture` | Specify the architecture to install. Either `x86_64` or `arm64`. | false |
@@ -61,4 +61,4 @@ steps:
61
61
- `UNITY_HUB_PATH`: The path to the installed unity hub.
62
62
- `UNITY_PROJECT_PATH`: The path to the Unity project.
63
63
- `UNITY_EDITOR_PATH`: The path to the last installed version of Unity.
64
-
- `UNITY_EDITORS`: A json object of each editor installation `{"version":"path"}`.
64
+
- `UNITY_EDITORS`: A json object array of each editor installation `[{"version":"path"},...]`.
Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ inputs:
9
9
required: false
10
10
default: ''
11
11
unity-version:
12
-
description: 'Specify the Unity version(s) to install. You must include the changeset! i.e `2019.4.13f1 (518737b1de84)`. ***This will override any version specified in the `version-file`!***'
12
+
description: 'Specify the Unity version(s) to install. example: `2019.4.13f1 (518737b1de84)`. ***This will override any version specified in the `version-file`!***'
0 commit comments