Search Issue Tracker
By Design
Votes
0
Found in [Package]
6.9.0, 7.1.1
Issue ID
1183326
Regression
No
Scene and Game windows turn black when GameObject with custom shader graph is rendered and 'Bloom' is enabled
How to reproduce:
1. Open the attached 'Scene View Test.zip' project
2. In the Hierarchy window select 'Environment'
3. Drag the mouse over the Scene window and press 'f'
Expected result: scene window does not turn black
Actual result: scene window turns black
Reproducible with: 2019.2.7f1 (6.9.0, 6.9.1), 2019.3.0b4, 2020.1.0a5 (7.0.1, 7.1.1)
Could not test with: 2017.4.32f1, 2018.4.9f1 due to project & shader graph errors
Note: reproduced only with the provided custom shader and 'Bloom' has to enabled in 'default_rendering_settings_profile'
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
The reason why the window turns black when the custom shader graph is rendered is that the shader produces a NaN value and bloom spreads it.