Skip to content

Commit 2d32958

Browse files
committed
Updating instructions in getting-started
1 parent a4ebc32 commit 2d32958

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

docs/getting-started.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,26 @@ https://docs.unity3d.com/Manual/system-requirements.html
1515
- Standalone - https://unity.com/releases/editor/archive
1616

1717
## Compatible Unity Versions
18-
- As of today the latest compatible version of Unity 6 LTS is **6000.0.41f1**
18+
- As of today the latest compatible version of Unity 6 LTS is **6000.0.46f1**
1919

2020
Direct Download via Unity Hub:\
21-
`unityhub://6000.0.41f1`
21+
`unityhub://6000.0.46f1`
2222

2323
## Additional Unity Modules
24-
- For building the Basis app, add "Windows Build Support (IL2CPP)" to project via the "Add modules"
24+
Add the following modules via the "Add modules" screen when installing the Unity Editor version:
25+
✓ Android Build Support
26+
L ✓ OpenJDK
27+
L ✓ Android SDK & NDK Tools
28+
✓ Linux Build Support (IL2CPP)
29+
✓ Linux Build Support (Mono)
30+
✓ Windows Build Support (IL2CPP)
2531
:::info
26-
If you only are only creating user generated content for Avatar and World creation, you may skip this additional module.
32+
Even if you only are only building user generated content for Avatar and World creation, you will still these additional modules for making this content available on these platforms.
2733
:::
2834

2935
# Acquiring the Basis framework
3036
## Git
31-
You can either directly [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the `Long-Term-Support` repository found at https://github.com/dooly123/Basis or [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) it to your own local repository, and then open the resulting Unity project on your local computer.
37+
You can either directly [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the `lts` repository found at https://github.com/BasisVR/Basis or [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) it to your own local repository, and then open the resulting Unity project on your local computer.
3238

3339
## Direct Zip Download
3440
For those wishing to forgo the Git experience

0 commit comments

Comments
 (0)