Skip to content

Commit 84d1973

Browse files
update Readme.md
1 parent 7c5d74e commit 84d1973

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
text=auto
2+
*.sh text eol=lf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
| name | description | required |
5151
| ----------- | ----------- | ----------- |
5252
| `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 |
5454
| `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 |
5555
| `modules` | Modules to install with the editor. This list can be different per editor version. | false |
5656
| `architecture` | Specify the architecture to install. Either `x86_64` or `arm64`. | false |
@@ -61,4 +61,4 @@ steps:
6161
- `UNITY_HUB_PATH`: The path to the installed unity hub.
6262
- `UNITY_PROJECT_PATH`: The path to the Unity project.
6363
- `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"},...]`.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
required: false
1010
default: ''
1111
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`!***'
1313
required: false
1414
default: ''
1515
build-targets:

0 commit comments

Comments
 (0)