Skip to content

[Bug] null exception if target drawer inherented from an abstruct class #192

Closed
@locus84

Description

@locus84

Describe the bug
A clear and concise description of what the bug is.
I'm using soap package for my game development which has own property drawer for it's types.

I see some null exceptions when clicked the gameobject and nowthing is drawn for the component.

[SerializeField, GetScriptableObject("Assets/_Game/ScriptableObjects/DefaultUIDepth")]
private ScriptableListCanvas m_CanvasList;

[SerializeField, GetScriptableObject("Assets/_Game/ScriptableObjects/DefaultUIInteractable")]
private IntVariable m_BlockRequestCount;

Unity Version
6000.0.41f1

SaintsField Version
4.0.4

Drawer Env

  • UI Toolkit
  • IMGUI
  • I'm not sure / It's not related.

Additional context
Add any other context about the problem here.

NullReferenceException: Object reference not set to an instance of an object
SaintsField.Editor.Core.SaintsPropertyDrawer.CreatePropertyGUI (UnityEditor.SerializedProperty property) (at ./Library/PackageCache/today.comes.saintsfield@7aa21fa0a325/Editor/Core/SaintsPropertyDrawerUIToolkit.cs:306)
SaintsField.Editor.Playa.Renderer.SerializedFieldRenderer.CreateSerializedUIToolkit () (at ./Library/PackageCache/today.comes.saintsfield@7aa21fa0a325/Editor/Playa/Renderer/SerializedFieldRendererUIToolkit.cs:114)
SaintsField.Editor.Playa.Renderer.BaseRenderer.SerializedFieldBaseRenderer.CreateTargetUIToolkit (UnityEngine.UIElements.VisualElement container) (at ./Library/PackageCache/today.comes.saintsfield@7aa21fa0a325/Editor/Playa/Renderer/BaseRenderer/SerializedFieldBaseRendererUIToolkit.cs:41)
SaintsField.Editor.Playa.Renderer.BaseRenderer.AbsRenderer.CreateVisualElement () (at ./Library/PackageCache/today.comes.saintsfield@7aa21fa0a325/Editor/Playa/Renderer/BaseRenderer/AbsRendererUIToolkit.cs:48)
SaintsField.Editor.SaintsEditor.CreateInspectorGUI () (at ./Library/PackageCache/today.comes.saintsfield@7aa21fa0a325/Editor/SaintsEditorUIToolkit.cs:59)
UnityEditor.UIElements.InspectorElement.CreateInspectorElementUsingUIToolkit (UnityEditor.Editor targetEditor) (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.UIElements.InspectorElement.CreateInspectorElementFromSerializedObject (UnityEditor.SerializedObject bindObject) (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.UIElements.InspectorElement.HandleEventBubbleUp (UnityEngine.UIElements.EventBase evt) (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEngine.UIElements.CallbackEventHandler.HandleEventBubbleUpInternal (UnityEngine.UIElements.EventBase evt) (at <7878115525854df7993c2f050b5b1154>:0)
UnityEngine.UIElements.EventDispatchUtilities.HandleEvent_BubbleUpHandleEvent (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel, UnityEngine.UIElements.VisualElement element, System.Boolean disabled) (at <7878115525854df7993c2f050b5b1154>:0)
UnityEngine.UIElements.EventDispatchUtilities.HandleEventAtTargetAndDefaultPhase (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel, UnityEngine.UIElements.VisualElement target) (at <7878115525854df7993c2f050b5b1154>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.SendBindingEvent[TEventType] (TEventType evt, UnityEngine.UIElements.VisualElement target) (at <0f0b52ca76b24b5a86e5ec27d306db37>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.BindTree (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedProperty parentProperty) (at <0f0b52ca76b24b5a86e5ec27d306db37>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.ContinueBinding (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedProperty parentProperty) (at <0f0b52ca76b24b5a86e5ec27d306db37>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.Bind (UnityEngine.UIElements.VisualElement element) (at <0f0b52ca76b24b5a86e5ec27d306db37>:0)
UnityEditor.UIElements.Bindings.DefaultSerializedObjectBindingImplementation.Bind (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedObject obj) (at <0f0b52ca76b24b5a86e5ec27d306db37>:0)
UnityEditor.UIElements.BindingExtensions.Bind (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedObject obj) (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.SerializedObject obj, UnityEditor.Editor editor, UnityEditor.UIElements.InspectorElement+DefaultInspectorFramework defaultInspectorFramework) (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.Editor editor, UnityEditor.UIElements.InspectorElement+DefaultInspectorFramework defaultInspectorFramework) (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.Editor editor) (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.UIElements.EditorElement.BuildInspectorElement () (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.UIElements.EditorElement.CreateInspectorElement () (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.EditorElementUpdater.CreateInspectorElementsForMilliseconds (System.Int64 targetMilliseconds) (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.PropertyEditor.Update () (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.HostView.SendUpdate () (at <95707308f6f3498991e9df8902fe97ba>:0)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <95707308f6f3498991e9df8902fe97ba>:0)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions