I was researching tools that support behaviour tree visual editor and got recommended to Logic Toolkit.
I am trying to see if the tool fits our need with the trial version but I can't create the node from the very start.
The menu keeps showing "Loading..." and throw an exception.
Here is recording of the issue:
https://youtu.be/AjGOKa6Iawc
Error messages (contain some unrecognized characters, probably due to Japanese?):
Code: Select all
ArgumentNullException: Value cannot be null.
Parameter name: key
System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at <13c0c460649d4ce49f991e2c222fa635>:0)
System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) (at <13c0c460649d4ce49f991e2c222fa635>:0)
. ⁍. (Mono.Cecil.TypeReference , . & ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
. ⁍. (Mono.Cecil.TypeReference ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
. . ( . ⁍ , System.Collections.Generic.IList`1[T] ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
. ..ctor ( . ⁍ , Mono.Cecil.CustomAttribute ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
. ⁍. (Mono.Collections.Generic.Collection`1[T] ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
. ⁍. (Mono.Cecil.TypeReference , Mono.Cecil.MethodDefinition , . ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
. ⁍. ( . ′ , Mono.Cecil.TypeReference ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
. ⁍. (LogicToolkit.Editors.MetadataCache ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
□.□⁚.□ () (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
. ‐.□ () (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
LogicToolkit.Editors.TypeMenuCreator. (LogicToolkit.Editors.GraphEditor , LogicToolkit.Editors.AdvancedMenu , System.Type , LogicToolkit.Editors.FieldAssignor , System.Boolean ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
LogicToolkit.Editors.GraphEditor. (LogicToolkit.Editors.GraphEditor+ , System.Type , System.Collections.Generic.List`1[T] , LogicToolkit.Editors.FieldAssignor , LogicToolkit.Editors.MenuNameType ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
LogicToolkit.Editors.GraphEditor. (LogicToolkit.Editors.FieldAssignor , LogicToolkit.Editors.MenuNameType ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
LogicToolkit.Editors.SelectScriptWindow. (System.Threading.CancellationToken ) (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
LogicToolkit.Editors.SelectScriptWindow.CreateGUI () (at <b94f230b1d35446b9385dca1f1e93ddd>:0)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <13c0c460649d4ce49f991e2c222fa635>:0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at <2431722e3e3e41d78b6718bb39ab9111>:0)
UnityEngine.UnitySynchronizationContext.Exec () (at <2431722e3e3e41d78b6718bb39ab9111>:0)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at <2431722e3e3e41d78b6718bb39ab9111>:0)