Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
Issue ID
1014404
Regression
No
[UWP] User can set Graphic APIs to DX12 only.
For UWP settings, the user can choose DX12 as the only Graphic API.
However, the DX12 is experimental and should always paired with DX11 in the setting.
Besides, on the Windows standalone side, if user chooses DX12 as the only option, the Editor generates a warning and automatically add DX11. The behavior should be consistent for both standalone and UWP.
Repro Step:
1. Go to Player Settings -> Other Settings -> Graphics API, make sure it is for UWP
2. Uncheck the "Auto Graphics API"
3. Add "Direct3D12 (Experimental)" and delete "Direct3D11"
4. Observe the Editor does not complain or correct it.
(Optional) 5. Repeat step 2-4 for the Standalone Graphics APIs for Windows and observe the warning message in Editor Console
Expected: The experimental DX12 should not be the only Graphics API chosen.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment