Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b16
Issue ID
793304
Regression
Yes
[BakedDirection][BakedIntensity] Lightmap object preview doesn't show up and console is flooded with NullReferenceExceptions
Reproduction steps(GIF attached):
1. Open attached project.
2. Open "Simple_Scene" scene.
3. Go to "Window > Lighting > Scene" and click "Build".
4. Select "Plane" or "Cube" game object in the hierarchy.
5. Go to "Window > Lighting > Object" tab.
6. Click on "Preview" button if "Preview" tab is expanded.
7. Click on "Charting" button.
8. Select "Baked Intensity" or "Baked Direction".
9. Notice:
* Lightmap object preview doesn't show up.
* Inspector and Lighting tabs gets unresponsive.
* Console is flooded with:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.LightingWindowObjectTab.ObjectPreview (Rect r) (at C:/buildslave/unity/build/Editor/Mono/SceneModeWindows/LightingWindowObjectTab.cs:185)
UnityEditor.LightingWindow.PreviewSection () (at C:/buildslave/unity/build/Editor/Mono/SceneModeWindows/LightingWindow.cs:291)
UnityEditor.LightingWindow.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/SceneModeWindows/LightingWindow.cs:245)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
Regression introduced in: 5.4.0b4
Comments (1)
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
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
xCyborg
May 10, 2016 18:22
That's great, thanks for fixing that guys!