The Variable class is abstract so i tried making it not abstract and declaring all abstract members as virtual.
[Will post my Variable class changes here or can send via email if you are interested…]
This stopped the “Cannot create an instance of an interface or abstract type for NodeCanvas.Framework.Variable” exception in the editor.
I still get a crash when running the game on WP8 though.
“System.ExecutionEngineException was unhandled
Message: An unhandled exception of type ‘System.ExecutionEngineException’ occurred in Unknown Module.”
Thats all the info i have from Visual Studio i’m afraid.
Im going to try turning off parts of my BT to see if something i am doing is causing the crash. But any thoughts or advice in the meantime would be appreciated. Thanks.