Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
12.0.0
Issue ID
1331191
Regression
No
[HDRP] Emission intensity can be increased to infinity which in turn breaks the Scene's lighting
How to reproduce:
1. Open the attached project
2. Open the New Scene
3. Select the Cube in the Scene
4. Increase the Emission Intensity value for the Cube's material
Expected result: The Emission Intensity input is clamped
Actual result: Emission intensity value can be increased until it overflow and turns into an infinity which breaks the lighting and renders the Scene view rendered in solid black.
Reproducible with: 7.6.0 (2019.4.25f1), 10.4.0(2020.3.5f1), 11.0.0(2021.1.2f1), 12.0.0(2021.2.0a15)
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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Resolution Note:
We are not fixing this issue as there is an easy workaround (reducing the Intensity value). Emissive intensity is also related to exposure mode there is no "invalid" value, it is more out of range value but we don't want to force restrictions on them. In the future, we will add UX for emissive intensity to provide guidelines about correct value but we will not clamp it.