Search Issue Tracker
Not Reproducible
Not Reproducible in 1.11.X
Votes
0
Found in [Package]
1.11.0
Issue ID
OXRB-352
Regression
No
OpenXR Mock Runtime used D3D11 when Unity Player is configured to use D3D12
The OpenXR Mock Runtime tests tried to use D3D11 instead of D3D12 when the unity player is configured to use D3D12.
According to XRF-323 [SPIKE] D3D12 OpenXR Mock Runtime support - Part 1, D3D12 now supports OpenXR Mock Runtime. However, when we run the xr.xrautomated graphics test on MockRuntime against D3D12, in the UnityLog.txt, it shows:
{code:java}
Dedicated video D3D11 device creation failed (error: 0x887a0004). This device is used specifically for video decoding, we will use software video decoding instead.{code}
Which I think its trying to use the D3D11 instead of D3D12.
The yamato job can be found at:
[https://unity-ci.cds.internal.unity3d.com/job/37760568/artifacts]
and the full PlayerLog.txt can be found at: build-logs/.yamato/build/logs/playmode/URPGraphicsTests/PlayerLog.txt
Steps to reproduce:
1. Run the yamato job in the previous link and look for the playerlog
Actual results: MockRuntime used D3D11
Expected results: MockRuntime used D3D12
Reproducible with versions: trunk, 2022.3, 2021.3
Not reproducible with versions:
Can’t test with versions:
Tested on (OS):
Notes:
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Resolution Note:
Mock Runtime was able to run Direct3D 12 in a fresh test run.
Resolution Note (1.11.X):
Mock Runtime was able to run Direct3D 12 in a fresh test run.