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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
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.