I keep getting an error when trying to add variables to the blackboard; this happens when using a bound graph or an asset graph.
Here is the error message:
NullReferenceException: Object reference not set to an instance of an object
NodeCanvas.Editor.BlackboardEditor+<>c.<GetAddVariableMenu>b__24_5 (UnityEngine.Component c) (at Assets/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/BlackboardEditor.cs:289)
Hmm. It seems like you may have some “missing” components attached to the gameobject. Can you please confirm that this is indeed the case?
If that is the case and you want to keep those “missing” components attached (I don’t suggest so), I can post a small code change for you to avoid the null reference (which is caused but those missing compoents).