Search Issue Tracker
By Design
Votes
1
Found in [Package]
11.0.0
Issue ID
1304185
Regression
No
[URP] Global Volume Bloom Post-Processing flickers when object moves in the View Space
How to reproduce:
1. Open the attached project ("BloomArtifactsBug.rar")
2. In the Scene View move around the "Main Camera"
3. Notice Bloom flickering in the Game View
Expected results: Object does not flicker with Bloom Post-Process Global volume when it moves in the View Space
Actual results: Object flickers with Bloom Post-Process Global volume when it moves in the View Space
Reproducible with: URP 7.3.1, 7.5.2 (2019.4.19f1) URP 10.1.0, 10.2.2 (2020.2.3f1) URP 11.0.0 (2021.1.0b5, 2021.2.0a3)
Could not test with: 2018.4.31f1 (URP didn't exist yet)
Notes:
Reproduces with: Vulkan, Direc3D11, OpenGL
Does not reproduce if on fullscreen or object takes up more than 5% of the View Space
Reproduces both with 2D and 3D
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
This is by design as the mesh simply to thin and takes only one pixel of width. After bloom downscaling pass linear filtering blends it with background depending on position, this way losing its intensity. As result it is no longer strong enough to contribute to bloom effect (In this particular case it is intensity drops from 1 to 0.0103).