Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unity 2022.3] Configuration storage inspector throws InvalidOperationException #21

Open
Varneon opened this issue Oct 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Varneon
Copy link
Owner

Varneon commented Oct 25, 2023

UnityEngine.UIElements.VisualElement.Add (UnityEngine.UIElements.VisualElement child) (at <735c071c072642ad8d077fa38c650a28>:0)
Varneon.PackageExporter.PackageExporterConfigurationStorageEditor.AddConfigurationBlock (Varneon.PackageExporter.PackageExportConfiguration configuration) (at ./Library/PackageCache/com.varneon.package-exporter@1de29b024d/Editor/PackageExporterConfigurationStorageEditor.cs:206)
Varneon.PackageExporter.PackageExporterConfigurationStorageEditor.CreateInspectorGUI () (at ./Library/PackageCache/com.varneon.package-exporter@1de29b024d/Editor/PackageExporterConfigurationStorageEditor.cs:68)
UnityEditor.UIElements.InspectorElement.CreateInspectorElementUsingUIToolkit (UnityEditor.Editor targetEditor) (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.UIElements.InspectorElement.CreateInspectorElementFromSerializedObject (UnityEditor.SerializedObject bindObject) (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.UIElements.InspectorElement.ExecuteDefaultActionAtTarget (UnityEngine.UIElements.EventBase evt) (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEngine.UIElements.CallbackEventHandler.HandleEvent (UnityEngine.UIElements.EventBase evt) (at <735c071c072642ad8d077fa38c650a28>:0)
UnityEngine.UIElements.CallbackEventHandler.HandleEventAtCurrentTargetAndPhase (UnityEngine.UIElements.EventBase evt) (at <735c071c072642ad8d077fa38c650a28>:0)
UnityEngine.UIElements.CallbackEventHandler.HandleEventAtTargetPhase (UnityEngine.UIElements.EventBase evt) (at <735c071c072642ad8d077fa38c650a28>:0)
UnityEngine.UIElements.CallbackEventHandler.HandleEventAtTargetAndDefaultPhase (UnityEngine.UIElements.EventBase evt) (at <735c071c072642ad8d077fa38c650a28>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.SendBindingEvent[TEventType] (TEventType evt, UnityEngine.UIElements.VisualElement target) (at <9f0f853070524c139e10a85a1cfcedb6>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.BindTree (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedProperty parentProperty) (at <9f0f853070524c139e10a85a1cfcedb6>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.ContinueBinding (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedProperty parentProperty) (at <9f0f853070524c139e10a85a1cfcedb6>:0)
UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.Bind (UnityEngine.UIElements.VisualElement element) (at <9f0f853070524c139e10a85a1cfcedb6>:0)
UnityEditor.UIElements.Bindings.DefaultSerializedObjectBindingImplementation.Bind (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedObject obj) (at <9f0f853070524c139e10a85a1cfcedb6>:0)
UnityEditor.UIElements.BindingExtensions.Bind (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedObject obj) (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.SerializedObject obj, UnityEditor.Editor editor, UnityEditor.UIElements.InspectorElement+DefaultInspectorFramework defaultInspectorFramework) (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.Editor editor, UnityEditor.UIElements.InspectorElement+DefaultInspectorFramework defaultInspectorFramework) (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.UIElements.InspectorElement..ctor (UnityEditor.Editor editor) (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.UIElements.EditorElement.BuildInspectorElement () (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.UIElements.EditorElement.CreateInspectorElement () (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.EditorElementUpdater.CreateInspectorElementsWithoutLayout (System.Int32 count) (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.PropertyEditor.RebuildContentsContainers () (at <ac87b54e58ee4be198261fd5c8030d52>:0)
UnityEditor.InspectorWindow.RedrawFromNative () (at <ac87b54e58ee4be198261fd5c8030d52>:0)```
@Varneon Varneon added the bug Something isn't working label Oct 25, 2023
@Varneon Varneon self-assigned this Oct 25, 2023
@Varneon Varneon added this to the Unity 2022.3 Compatibility milestone Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant