Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2023.1.0a12
Issue ID
UUM-15727
Regression
Yes
Bloom in the Scene creates blinking light artifacts in Game View
How to reproduce:
1. Open the attached project from "PlaymodeBugShaders.zip"
2. Hover over Game View and enter and exit Play Mode
Actual result: Bloom in the Scene creates blinking light artifacts in Game View when not in Play Mode, when entering Play Mode it creates really fast blinking light artifacts
Expected result: No blinking light artifacts caused by Bloom no matter the state of Play Mode
Reproduces with: 2023.1.0a1, 2023.1.0a12 (URP 14.0.3, 15.0.1)
Not reproducible with: 2020.3.39f1, 2021.3.11f1, 2022.1.19f1, 2022.2.0a19, 2022.2.0b9
Note: Disabling Bloom in "Global Volume" in Hierarchy removes the issue
Reproduced on: Windows 11
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
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
Resolution Note:
The problem was that the user's custom ShaderGraph was resulting in NaN values, which was causing bloom to explode.
Enabling the "Stop NaNs" checkbox in the affected camera's "Rendering" section solved the issue
Resolution Note (2023.1.X):
The problem was that the user's custom ShaderGraph was resulting in NaN values, which was causing bloom to explode.
Enabling the "Stop NaNs" checkbox in the affected camera's "Rendering" section solved the issue