I’m trying to follow the instructions on instantiating a Behavior Tree and Blackboard through script, but Blackboard isn’t available as an option for a variable type in the script. I added ‘using NodeCanvas;’ to my script, but I still don’t get blackboard as a variable type.
The script is telling me that using directive for NodeCanvas is unnecessary.
The ‘Blackboard’ class is within the “NodeCanvas.Framework” namespace.
So you need to add “using NodeCanvas.Framework” instead of “using NodeCanvas” 🙂