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
Copy file name to clipboardExpand all lines: docs/linux.mdx
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,22 +33,28 @@ For building .bee files for Windows and Android from a Linux Editor you will nee
33
33
34
34
# Building a native Linux client from Linux
35
35
:::tip
36
-
It is recommended to change your "Scripting Backend" to `IL2CPP` for better performance.
36
+
It is recommended to change your "Scripting Backend" to `IL2CPP` for better performance.<br />
37
37

38
38

39
39
:::
40
40
41
41
- Make sure you have [removed the unsupported packages](/docs/linux#linux-prerequisites) first.
42
42
- Make sure you *do not* have `Use Scene Provided Here` checked from [World Testing](/docs/worlds#test-the-scene).
43
+
- Make sure the `Packages/com.basis.sdk/Scenes/Initialization` Scene is open.
43
44
44
45
Then build Basis as you would normally.
45
46
46
47
# Basis VR on Linux
47
-
You may need to launch Basis with the `OXR_PARALLEL_VIEWS=1` environment variable and `--force-OpenVRLoader` flag for it to function properly in VR:<br />
0 commit comments