Search Issue Tracker
Active
Under Consideration for 6000.3.X
Votes
0
Found in
6000.3.0a1
6000.5.0a1
Issue ID
UUM-109639
Regression
Yes
Console logs "error" when adding OpenXR Plugin package: Error adding new OpenXR Settings object to build settings.
When adding the OpenXR Plugin package in trunk to a new 3D URP project template, a log is generated in the console which says it is an error.
{quote}Error adding new OpenXR Settings object to build settings.
Cannot add null config object with name 'com.unity.xr.openxr.settings4'.
UnityEditor.SettingsWindow:OnEnable ()
{quote}
The number isn't always four in the error, I've seen it vary. I am not sure of every editor it happens in. I filed this bug some time ago, so it goes back quite a way. It certainly happens every time with the current trunk. See attached video.
Steps to reproduce:
- Create a new 3D URP template project in trunk.
- Go to package manager and add the OpenXR plugin package by name "com.unity.xr.openxr".
Expected results:
No log like this should be generated, it's not informative or helpful in the context of adding OpenXR to a project from the Unity registry. It indicates a bug needs to be fix or at the very least should be suppressed or removed.
Actual results:
A log is created in the console that claims to be an error message.
Error adding OpenXR Settings object to build settings.
Cannot add null config object with name 'com.unity.xr.openxr.settings4'.
UnityEditor.SettingsWindow:OnEnable ()
Reproducible with versions:
1.15.0-pre.2, 1.16.0
Not reproducible with versions:
unknown/untested
Can’t test with versions:
N/A
Tested on (OS):
Windows 11
Notes:
- Bisection team closed this not repro, but I believe I supplied them at the time in Slack chat with the video they asked for, and it was still closed not repro. My mistake for not also attaching it to the bug at the time. I am reopening the bug and have attached a video now.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment