|
|
Figments.nrw supports OpenXR and thus headsets of different vendors. Especially on development machines it can occur that multiple headsets are being used.
|
|
|
In most cases, this will not break anything. But in some cases it will, more often than not in relation to SteamVR, driver issues or parallel configuration files.
|
|
|
|
|
|
This article describes issues that *may* arise when you use multiple different headsets on your device.
|
|
|
This article describes issues that *may* arise when using Unity.
|
|
|
|
|
|
[__TOC__]
|
|
|
|
|
|
---
|
|
|
|
|
|
## Unity experiences a Hard Freeze on Play Mode
|
|
|
|
... | ... | @@ -75,4 +79,19 @@ The issues manifested not only with the aforementioned hard freeze of the editor |
|
|
|
|
|
If you experience a hard freeze of the Unity Editor, but the previously shown method of fixing the external driver references did not fix the issue, you can try to delete and reinstall SteamVR.
|
|
|
|
|
|
On our devices this fixed the issue. |
|
|
\ No newline at end of file |
|
|
On our devices this fixed the issue.
|
|
|
|
|
|
---
|
|
|
|
|
|
## Unity Hub not opening project
|
|
|
In some cases Unity Hub will not open projects, instead showing an endless loader without ever opening the splash screen.
|
|
|
In our experience this is due to problems with the Unity license, which we speculate may become corrupted.
|
|
|
|
|
|
To fix this issue, follow these steps:
|
|
|
|
|
|
1. Close Unity Hub and Unity
|
|
|
2. Close any Unity related processes in the Taskmanager
|
|
|
3. Delete `%PROGRAMDATA%\Unity\Unity_lic.ulf`
|
|
|
4. Open Unity Hub
|
|
|
5. Navigate to `Settings/License`
|
|
|
6. Refresh or re-add your license |
|
|
\ No newline at end of file |