Element Inspector not showing

EVG

Member
The Element Inspector doesn't display for some objects.
Sometimes this error appears in the console:
NullReferenceException: Object reference not set to an instance of an object
Opsive.GraphDesigner.Editor.ErrorWindow.SelectGraph (Opsive.GraphDesigner.Runtime.IGraph graph) (at <7434af5e97fd46c8a0ab85e4473a941e>:0)
Opsive.GraphDesigner.Editor.GraphWindow.LoadGraph (Opsive.GraphDesigner.Runtime.IGraph graph, System.Boolean force, System.Boolean updateActive) (at <7434af5e97fd46c8a0ab85e4473a941e>:0)
Opsive.GraphDesigner.Editor.GraphWindow.LoadActiveObject (System.Boolean force) (at <7434af5e97fd46c8a0ab85e4473a941e>:0)
Opsive.GraphDesigner.Editor.GraphWindow.OnSelectionChanged () (at <7434af5e97fd46c8a0ab85e4473a941e>:0)
UnityEditor.Selection.Internal_CallSelectionChanged () (at <653e87cf2eee46cba35f0658f2b1887c>:0)
Unity 6000.3.1f1
BD Pro 2.1.9
 
I just want to give you a heads up that I've fixed the event node -> logic node direction in version 2.1.10. The logic node -> event node direction is a little more complicated and I've fixed it in version 2.2. This requires some refactoring in order to do properly and I'm going to hold that until 2.2 because it requires some minor event task changes. I figure that since the event -> logic connection is fixed there's an easy workaround until 2.2 is released.
 
It will likely be early next week. I'll PM you the fixed version for this though.
 
Following up on this for future searches:

I got distracted by the exception. In the video above the Element Inspector was collapsed which prevented the node properties from being shown. The pane can be expanded by dragging in order to show the properties. The exception was unrelated, though it has been fixed in 2.1.10.
 
Back
Top