Unity 6000.2 has reached its end of life and will not receive further updates. If you need additional fixes, please upgrade to a newer Unity version.
Steps to reproduce:
Open the project
Switch to the "Windows-WithoutSplash" build profile
Build and run on an HDR monitor. (Take note of the brightness and colours).
Switch to the "Windows-WithSplash" build profile
Build and run on an HDR monitor. (Take note of the brightness and colours after the splash screen).
Actual results:
The text says "HDR output is off".
Expected results:
The text says "HDR output is on".
Reproducible with versions: 6000.2.0a6, 2022.3.23f1
Not reproducible with versions: 2022.3.22f1
Can’t test with versions:
Tested on (OS): Windows DX12, and Mac.
Notes:
The splash screen is in SDR, that's ok. But then it should switch back to HDR output after the splash screen. Whether the splash screen is there or not, it should behave the same.
This also can happen in the editor, by previewing the splash screen. Start playmode on a HDR monitor, it should say "HDR output is on", then preview the splash screen. At the end of the splash screen, you will see "HDR output is off", when you would expect "HDR output is on".
A workaround is to call `HDROutputSettings.main.RequestHDRModeChange(true);` on the start of the application.
Prioritise and Follow this issue
Have a workaround or additional info about this issue?