Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Sep 27, 2023
2 parents c57b22d + 088085a commit ffb4f7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/unity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ Unity C# library for editing scenes and creating applications for the ARENA.
- `Scripted Define Symbols` to include:
- `SSL`
1. You may need to install [`git`](https://git-scm.com/) if it doesn't come preinstalled on your OS (Windows 10).
1. Open `Window > Package Manager` and `+ > Add package from git URL...`, use this link:
1. Open `Window > Package Manager` and `+ > Add package from git URL...`, use this link for the latest:
```
https://github.com/arenaxr/arena-unity.git
```
or this for a specific version:
```
https://github.com/arenaxr/arena-unity.git#v0.10.1
```
1. Create an empty GameObject to use as ARENA client root, rename it to something meaningful, like: `ARENA`.
1. Select the `ARENA` GameObject and press `Add Component` to add the `ArenaClientScene` script.
1. Modify the the inspector variables for the `ArenaClientScene` script to change **host, scene, namespace** as you wish.
Expand Down

0 comments on commit ffb4f7d

Please sign in to comment.