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
- Console displays "ArgumentException: Cannot unschedule unknown scheduled function UnityEngine..." error after the "Audio Random Container" closing
- “[In Project] Unknown filter “i”” message is thrown in Search window
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
- "Search by Import Log Type" Icon Nearly Invisible in Light Theme (Project Window)
Add comment