Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3
2021.2
2021.2.0b14
2022.1
Issue ID
1370688
Regression
No
The Editor doesn't support HDR when DirectX 11 is enabled
Reproduction steps:
1. Open the user's project "Issue-Editor-HDR-DX11.zip"
2. Play the "SampleScene" Scene
Expected result: HDR Available: True
Actual result: HDR Available: False
Reproducible with: 2020.3.25f1, 2021.2.6f1, 2022.1.0b2
Could not test with: 2019.4.34f1 (Function "HDROutputSettings.main.available" doesn't exist)
Notes:
- Not reproducible using DirectX 12
- Not reproducible on Mono and IL2CPP standalone builds
- Need to have a monitor which supports HDR
- TextMesh has a script attached to it with a "HDROutputSettings.main.available" function
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
- Tags window completely breaks and throws Exception errors when Adding a Tag to a GameObject
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
- Changing "PreWarm" parameters on VFX Graph leads to significant performance drops and freeze due to rapid changes in "Total Time"
- Player display resolution changes to the native resolution of the monitor when Player becomes unresponsive
Resolution Note:
currently DX11 doesnot support HDR display on Editor, DX12 and metal does. we are planning to add those in a future release of unity.