Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
Issue ID
1056444
Regression
Yes
Console error shown when clicking Lighting -> Baked Lightmaps
Errors and warnings (see attached screenshot) pop up when I go to Lighting -> Baked Lightmaps. It only happen if 1) I am using an developer build and 2) I have at least one lightmap. Only one lightmap is shown even though there are more.
For searchability here is stacktrace:
Exception: Style.Draw may not be called with GUIContent that is null.
UnityEngine.GUIStyle.Draw (Rect position, UnityEngine.GUIContent content, Int32 controlId, Boolean isHover, Boolean isActive, Boolean on, Boolean hasKeyboardFocus) (at C:/Users/rasmusn/Projects/Unity/Modules/IMGUI/GUIStyle.cs:258)
UnityEngine.GUIStyle.Draw (Rect position, UnityEngine.GUIContent content, Boolean isHover, Boolean isActive, Boolean on, Boolean hasKeyboardFocus) (at C:/Users/rasmusn/Projects/Unity/Modules/IMGUI/GUIStyle.cs:238)
UnityEngine.GUI.DoLabel (Rect position, UnityEngine.GUIContent content, UnityEngine.GUIStyle style) (at C:/Users/rasmusn/Projects/Unity/Modules/IMGUI/GUI.cs:971)
UnityEngine.GUI.Label (Rect position, UnityEngine.GUIContent content, UnityEngine.GUIStyle style) (at C:/Users/rasmusn/Projects/Unity/Modules/IMGUI/GUI.cs:139)
UnityEngine.GUILayout.DoLabel (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at C:/Users/rasmusn/Projects/Unity/Modules/IMGUI/GUILayout.cs:16)
UnityEngine.GUILayout.Label (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at C:/Users/rasmusn/Projects/Unity/Modules/IMGUI/GUILayout.cs:14)
UnityEditor.LightingWindowLightmapPreviewTab.LightmapDebugInfo (Int32 index) (at C:/Users/rasmusn/Projects/Unity/Editor/Mono/SceneModeWindows/LightingWindowLightmapPreviewTab.cs:389)
UnityEditor.LightingWindowLightmapPreviewTab.LightmapListGUI (UnityEngine.LightmapData[] lightmaps, UnityEditor.VisualisationGITexture[] realtimeLightmaps) (at C:/Users/rasmusn/Projects/Unity/Editor/Mono/SceneModeWindows/LightingWindowLightmapPreviewTab.cs:157)
UnityEditor.LightingWindowLightmapPreviewTab.OnGUI (Rect position) (at C:/Users/rasmusn/Projects/Unity/Editor/Mono/SceneModeWindows/LightingWindowLightmapPreviewTab.cs:99)
UnityEditor.LightingWindow.OnGUI () (at C:/Users/rasmusn/Projects/Unity/Editor/Mono/SceneModeWindows/LightingWindow.cs:117)
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)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
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:232)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at C:/Users/rasmusn/Projects/Unity/Editor/Mono/HostView.cs:323)
UnityEditor.HostView.Invoke (System.String methodName) (at C:/Users/rasmusn/Projects/Unity/Editor/Mono/HostView.cs:317)
UnityEditor.HostView.InvokeOnGUI (Rect onGUIPosition, Rect viewRect) (at C:/Users/rasmusn/Projects/Unity/Editor/Mono/HostView.cs:283)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Add comment