Editor not opening

hakul0

New member
I've been building quite a big behavior tree and suddenly it started popping "Hold on" messages on every click.
I've closed the editor and now cannot open it, keep getting two errors when I try to open (both Tools menu and Inspector).

ArgumentNullException: Value cannot be null.
System.RuntimeType.GetField (System.String name, System.Reflection.BindingFlags bindingAttr) (at <eb0ef51e5908461ca908fdf6b2dbd966>:0)
Opsive.GraphDesigner.Editor.Views.GraphView.LoadNode (Opsive.GraphDesigner.Runtime.ILogicNode node, System.Int32 index) (at <44dd175796e4445f87b109b95c1a3c77>:0)
Opsive.GraphDesigner.Editor.Views.GraphView.LoadGraph () (at <44dd175796e4445f87b109b95c1a3c77>:0)
Opsive.GraphDesigner.Editor.GraphWindow.LoadGraph (Opsive.GraphDesigner.Runtime.IGraph graph, System.Boolean force, System.Boolean updateActive) (at <44dd175796e4445f87b109b95c1a3c77>:0)
Opsive.GraphDesigner.Editor.GraphWindow.LoadActiveObject () (at <44dd175796e4445f87b109b95c1a3c77>:0)
Opsive.GraphDesigner.Editor.GraphWindow.OnEnable () (at <44dd175796e4445f87b109b95c1a3c77>:0)
UnityEditor.EditorWindow:GetWindow(Boolean, String)
Opsive.BehaviorDesigner.Editor.BehaviorDesignerWindow:ShowWindow()

P.S. Cannot post a second error, forums just load and nothing happens (no error) when I try to hit "Save" or "Post Reply".
 
Edit: In version 2.0.3 which is in the process of being released I've added a null check for that line. It should no longer cause an error.
 
Last edited:
Is there anything I can do to make it work again? It really blocks us from further development.
EDIT: Nvm, I see that the new version is out, thanks a lot!
 
Last edited:
Version 2.0.3 was just released and should have this fixed. If it still persists can you send me your behavior tree and tasks?
 
Back
Top