Hi,
After updating Unity, I'm getting a TypeLoadException when trying to open the Behavior Designer window. The error occurs every time I attempt to access a behavior tree.
Error details:
TypeLoadException: Could not resolve type with token 01000084 from typeref (expected class 'UnityEngine.EventModifiers' in assembly 'UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')<br></span></span><span>BehaviorDesigner.Editor.BehaviorDesignerWindow.OnGUI ()
My setup:
The error suggests that Behavior Designer is trying to reference UnityEngine.EventModifiers which cannot be resolved in the current Unity version.
Is there an updated version of Behavior Designer compatible with my Unity version? Or is there a workaround available?
Thanks for your help!
After updating Unity, I'm getting a TypeLoadException when trying to open the Behavior Designer window. The error occurs every time I attempt to access a behavior tree.
Error details:
TypeLoadException: Could not resolve type with token 01000084 from typeref (expected class 'UnityEngine.EventModifiers' in assembly 'UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')<br></span></span><span>BehaviorDesigner.Editor.BehaviorDesignerWindow.OnGUI ()
My setup:
- Previous Unity version: 6.3.4
- Current Unity version: 6.3.5
- Behavior Designer version: 1.7.13
The error suggests that Behavior Designer is trying to reference UnityEngine.EventModifiers which cannot be resolved in the current Unity version.
Is there an updated version of Behavior Designer compatible with my Unity version? Or is there a workaround available?
Thanks for your help!