Hi everyone and thanks in advance for any replies to this thread.
We recently updated our Unity version in our project and it has seemingly broken our ability to add new nodes to NodeCanvas. We are currently running v3.2.0 of NodeCanvas and Unity 2020.3.41f1. (Is our Unity version not supported anymore?)
I am seeing the following NullRef error when attempting to add a new node to a canvas via the pop-up menu. For context, the pop-up menu does not populate and this is the error provided.
————————————————————————————————————–
NullReferenceException: Object reference not set to an instance of an object
There have been an internal unity API change that has been used by NC. You can fix it yourself in EditorUtils.ContextMenu..cs for the GetMenuItems() method by replacing this block of code