Skip to content

Commit b827d67

Browse files
authored
Update index.md
1 parent e74a7b7 commit b827d67

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/unity/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ Unity C# library for editing scenes and creating applications for the ARENA.
2121
1. You may need to install [`git`](https://git-scm.com/) if it doesn't come preinstalled on your OS (Windows 10).
2222
1. Open `Window > Package Manager` and `+ > Add package from git URL...`, use this link for the latest:
2323
```
24-
https://github.com/arenaxr/arena-unity.git
25-
```
26-
or this for a specific version:
27-
```
28-
https://github.com/arenaxr/arena-unity.git#v1.12.2
24+
https://github.com/arenaxr/arena-unity.git#v1.2.4
2925
```
3026
1. Create an empty GameObject to use as ARENA client root, rename it to something meaningful, like: `ARENA`.
3127
1. Select the `ARENA` GameObject and press `Add Component` to add the `ArenaClientScene` script.

0 commit comments

Comments
 (0)