Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.7.1
Issue ID
1356038
Regression
No
[HDRP] [XR SDK] HMD displays black flickering when volume bloom effect is used
Reproduction steps:
1. Open the attached project ("1356038_BloomB.zip")
2. Open the "ArcWiz" scene
3. Enter Play mode
4. Move the headset around while looking at the TV
Expected result: Game window and image in the HMD does not flicker
Actual result: Game window and image in the headset flickers (see "N1HvaR1aE5.mp4" video)
Reproducible with: HDRP 7.7.1, 10.5.1, 11.0.0, 12.0.0 (2019.4.29f1, 2020.3.17f1, 2021.1.18f1, 2021.2.0b7, 2022.1.0a6)
Note:
- The same type of flickering also appears in the scene view (see "bloom.mp4" video)
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
- Some GameObjects in a subscene are not rendered when using custom shaders and ECS until the Game view resolution changes
- Crash on AudioManager::InitFMOD when performing various actions in the Editor
- webGLBuildSubtarget resets to Generic when it gets changed in build script
- Publishing Settings are shared across different custom Build Profiles when modifying Build options
- deltaTime and unscaledDeltaTime discrepancy when Player window is moved to secondary monitor and VSync is enabled
Resolution Note:
Scenes with complex lighting setup and multiple post processing effects can sometimes generates NaN values in the framebuffer and get amplified by the bloom effect, resulting in black/white screen.
In order to workaround this problem, you should enable the setting "Stop NaNs" on the camera.
See https://docs.unity.cn/Packages/com.unity.render-pipelines.high-definition@7.5/manual/Post-Processing-Propagating-NaNs.html for more information.