Search Issue Tracker
Fixed in 13.2.X
Votes
0
Found in [Package]
13.1.3
Issue ID
1392565
Regression
Yes
Error in "UnityEditor.Rendering.HighDefinition.HDLightExplorer" after creating new scene when Light Explorer window is opened
Steps to repro:
1. Create the new HDRP project and scene;
2. Add empty gameobject;
3. In the Inspector click Add Component>Light;
4. In the context menu select Window>Rendering>Light Explorer;
5. In the context menu select File>New Scene and double-click on Empty;
6. Press Don't Save in the popup window.
Actual result:
Exception in NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Rendering.HighDefinition.HDLightExplorerExtension+<>c.<GetHDLightColumns>b__12_3 (UnityEngine.Rect r, UnityEditor.SerializedProperty prop, UnityEditor.SerializedProperty[] dep) (at Library/PackageCache/com.unity.render-pipelines.high-definition@13.1.2/Editor/Lighting/HDLightExplorerExtension.cs:244) is shown.
See attached video.
Regression introduced in-between Versions 2021.1 and 2022.2.
Expected result:
No errors are shown after creating new scene.
Notes:
- Reproducible in Version 2022.2.0a1, 2020.3.25f1;
- Not reproducible in Version 2020.3.25f1;
- Reproducible on Windows.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Lights on Renderer Features break when rendering at lower resolution with "Forward+" Rendering Path
- [Android] High GPU usage is reported when the device is rotated into landscape orientation and the application is Vsync bound
- Aspect ratio toolbar doesn’t have tooltip to display contextual help or information when hovering over it
- Particle System isn't playing in Play Mode when it's out of view in Scene view, Simulation Space is set to "World", and Culling mode is set to "Pause and Catch-up"
- [Android] GameObject not rendered when rendering is performed with the help of "BatchRendererGroup"
Add comment