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).
Thank you.
Join us on Discord: https://discord.gg/97q2Rjh
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.