Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
3.0.2
Issue ID
XRVRT-2
Regression
Yes
[Templates] The VR Template has OpenXR enabled by default in Project Settings on non-Windows platforms
Steps to reproduce:
1. Open the Unity Hub on a Linux/Mac system
2. Click New Project
3. Select (and install, if needed) the VR template
4. Create a project from the VR template
5. Enter Play Mode
6. Observe Console window
Expected result: OpenXR is not enabled by default in the Project Settings, or a more informative message that points the user to the Project Settings is logged
Actual result: The following error is thrown
The only standalone target supported is Windows x64 with OpenXR. Other architectures and operating systems are not supported at this time.
UnityEngine.XR.Management.XRGeneralSettings:AttemptInitializeXRSDKOnLoad () (at Library/PackageCache/com.unity.xr.management@4.2.0/Runtime/XRGeneralSettings.cs:148)
Reproducible with: 2021.2.0a18, 2021.3.3f1, 2022.1.1f1, 2022.2.0a14
Not reproducible with: 2019.4.38f1, 2020.3.34f1, 2021.2.0a17
Reproducible on: Ubuntu 18.04, macOS
Not reproducible on: Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
VR template is designed for PC or Android development as there are no XR providers for Linux/Mac supported by our partners. Won't fix.