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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
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.