Skip to content

[Bug] MeshFilter doesn't show its inspector when SaintsField editor is active #184

Closed
@Sammmte

Description

@Sammmte

Describe the bug
When SaintsField editor is active, any mesh filter component won't show anything on its inspector. Also, when the gameobject that has the mesh filter component is selected in the hierarchy an ArgumentNullException is thrown (stacktrace on additional context). If I disable SaintsField editor everything works fine.

Unity Version
6000.0.23f1

SaintsField Version
4.0.0

Drawer Env

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

Additional context

Stacktrace of ArgumentNullException:

ArgumentNullException: Value cannot be null.
Parameter name: element
System.Attribute.GetCustomAttributes (System.Reflection.MemberInfo element, System.Boolean inherit) (at <321eb2db7c6d43ea8fc39b54eaca3452>:0)
System.Attribute.GetCustomAttributes (System.Reflection.MemberInfo element) (at <321eb2db7c6d43ea8fc39b54eaca3452>:0)
System.Reflection.CustomAttributeExtensions.GetCustomAttributes (System.Reflection.MemberInfo element) (at <321eb2db7c6d43ea8fc39b54eaca3452>:0)
SaintsField.Editor.Utils.ReflectCache.GetCustomAttributes[T] (System.Reflection.MemberInfo memberInfo, System.Boolean inherit) (at ./Library/PackageCache/today.comes.saintsfield/Editor/Utils/ReflectCache.cs:56)
SaintsField.Editor.Playa.Renderer.SerializedFieldRenderer.CreateSerializedUIToolkit () (at ./Library/PackageCache/today.comes.saintsfield/Editor/Playa/Renderer/SerializedFieldRendererUIToolkit.cs:40)
SaintsField.Editor.Playa.Renderer.BaseRenderer.SerializedFieldBaseRenderer.CreateTargetUIToolkit (UnityEngine.UIElements.VisualElement container) (at ./Library/PackageCache/today.comes.saintsfield/Editor/Playa/Renderer/BaseRenderer/SerializedFieldBaseRendererUIToolkit.cs:41)
SaintsField.Editor.Playa.Renderer.BaseRenderer.AbsRenderer.CreateVisualElement () (at ./Library/PackageCache/today.comes.saintsfield/Editor/Playa/Renderer/BaseRenderer/AbsRendererUIToolkit.cs:48)
SaintsField.Editor.SaintsEditor.CreateInspectorGUI () (at ./Library/PackageCache/today.comes.saintsfield/Editor/SaintsEditorUIToolkit.cs:57)
UnityEditor.UIElements.InspectorElement.CreateInspectorElementUsingUIToolkit (UnityEditor.Editor targetEditor) (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.UIElements.InspectorElement.CreateInspectorElementFromSerializedObject (UnityEditor.SerializedObject bindObject) (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.UIElements.InspectorElement.HandleEventBubbleUp (UnityEngine.UIElements.EventBase evt) (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEngine.UIElements.EventDispatchUtilities.HandleEventAtTargetAndDefaultPhase (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel, UnityEngine.UIElements.VisualElement target) (at <39dcd6cb83f94d46afd27f779648424a>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.SendBindingEvent[TEventType] (TEventType evt, UnityEngine.UIElements.VisualElement target) (at <a12e60819876493089f1412d29525d7a>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.BindTree (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedProperty parentProperty) (at <a12e60819876493089f1412d29525d7a>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.ContinueBinding (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedProperty parentProperty) (at <a12e60819876493089f1412d29525d7a>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.Bind (UnityEngine.UIElements.VisualElement element) (at <a12e60819876493089f1412d29525d7a>:0)
UnityEditor.UIElements.Bindings.DefaultSerializedObjectBindingImplementation.Bind (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedObject obj) (at <a12e60819876493089f1412d29525d7a>:0)
UnityEditor.UIElements.BindingExtensions.Bind (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedObject obj) (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.SerializedObject obj, UnityEditor.Editor editor, UnityEditor.UIElements.InspectorElement+DefaultInspectorFramework defaultInspectorFramework) (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.Editor editor, UnityEditor.UIElements.InspectorElement+DefaultInspectorFramework defaultInspectorFramework) (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.Editor editor) (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.UIElements.EditorElement.BuildInspectorElement () (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.UIElements.EditorElement.CreateInspectorElement () (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.EditorElementUpdater.CreateInspectorElementsForViewport (UnityEngine.UIElements.ScrollView viewport, UnityEngine.UIElements.VisualElement contentContainer) (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.PropertyEditor.RebuildContentsContainers () (at <1f8babe234e540299e4f7387cdc20cd8>:0)
UnityEditor.InspectorWindow.RedrawFromNative () (at <1f8babe234e540299e4f7387cdc20cd8>:0)

Screenshot:

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions