Skip to content

Commit ff46851

Browse files
authored
Merge pull request #14 from fundale/main
More Linux doc tweaks
2 parents 19006e8 + 1cc5360 commit ff46851

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

docs/linux.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,28 @@ For building .bee files for Windows and Android from a Linux Editor you will nee
3333

3434
# Building a native Linux client from Linux
3535
:::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 />
3737
![image](..\static\img\linux\3.png)
3838
![image](..\static\img\linux\5.png)
3939
:::
4040

4141
- Make sure you have [removed the unsupported packages](/docs/linux#linux-prerequisites) first.
4242
- 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.
4344

4445
Then build Basis as you would normally.
4546

4647
# 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 />
48-
`OXR_PARALLEL_VIEWS=1 ./basis.x86_64 --force-OpenVRLoader`
48+
You may need to launch Basis with the `--force-OpenVRLoader` flag for it to function properly in VR:<br />
49+
`./basis.x86_64 --force-OpenVRLoader`
4950

50-
You do not use these when launching for Desktop.
51+
You do not use this when launching for Desktop.
52+
53+
# Proton / Wine
54+
If you wish to use OpenXR with a Windows build under Proton / Wine you can add:<br />
55+
`PRESSURE_VESSEL_IMPORT_OPENXR_1_RUNTIMES=1 %command% --disable-OpenVRLoader --force-OpenVRLoader`<br />
56+
To your Steam Launch Arguments
5157

5258
# Other Info
53-
- Last tested working on branch `#developer` commit `70a695d11082a2806f0933145d448143207c72e4`<br />
59+
- Last tested working on branch `#developer` commit `102765e5b05663ce9ce2967f3d09021d5216ec51`<br />
5460
https://github.com/BasisVR/Basis/commit/70a695d11082a2806f0933145d448143207c72e4

0 commit comments

Comments
 (0)