You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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**
19
19
20
20
Direct Download via Unity Hub:\
21
-
`unityhub://6000.0.41f1`
21
+
`unityhub://6000.0.46f1`
22
22
23
23
## 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)
25
31
:::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.
27
33
:::
28
34
29
35
# Acquiring the Basis framework
30
36
## 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.
0 commit comments