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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Add comment