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

Commit 1196e0a

Browse files
updated readme
1 parent eee8aa8 commit 1196e0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ An atomic GitHub action to download and install the Unity Editor for runners.
55
* If a valid installation is found, then installation is skipped.
66
* If a module is missing for a valid build target, then the module is installed.
77
* Outputs:
8-
* The Unity Editor Installation Path
9-
* The Unity Project Path
8+
* `UNITY_EDITOR_PATH` The path to the Unity Editor Installation
9+
* `UNITY_PROJECT PATH` The path to the Unity Project
1010

1111
Part of the [Mixed Reality Toolkit (XRTK)](https://github.com/XRTK) open source project.
1212

@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434

3535
- id: unity-setup
36-
uses: xrtk/unity-setup@v1
36+
uses: xrtk/unity-setup@v2
3737
with:
3838
modules: 'android ios' #Optional, overrides the default platform specific module installs.
3939
#version-file-path: '**/ProjectSettings/ProjectVersion.txt' # Optional

0 commit comments

Comments
 (0)