Hi,
as title says, OpenXR 1.11.0 produces a crash when exiting play mode every time (DX11, Single Instanced).
Unity Version 6000.0.4f1.
Manually downgrading to OpenXR 1.10.0 resolves the issue.
There are often these kinds of major and obvious bugs in OpenXR releases, is there no QA process in place before release is done?
Reported as IN-77505 (only crash dmp and log for now).
reported this now two times, second time with repro project, Happens on new project (DX11), does not seem to happen with DX12.
As DX11 is still standard, and DX12 a resource hog, please test your releases with DX11 before releasing!
My crashed in entering play mode, I have tried OpenXR and Meta SDK v65, and both have the same result.
found the reason: Unity OpenXR 1.11.0 seems to be incompatible with OpenXR toolkit in DX11. (Quickstart | OpenXR Toolkit)
1.10.0 worked fine.
2 Likes
This! I uninstalled OpenXR toolkit, since I was not using it anyways, and the crashes stopped. Thanks