I first installed NodeCanvas when I started my project and just recently installed Unity’s modern Input System. Now I’m getting this error:
Assets\ParadoxNotion\NodeCanvas\Modules\DialogueTrees\DialogueGUI\DialogueUGUI.cs(57,24): error CS0234: The type or namespace name ‘InputSystem’ does not exist in the namespace ‘UnityEngine’ (are you missing an assembly reference?)
Even though I don’t intend on using this class directly, I’m uncertain why it can’t find the UnityEngine.InputSystem namespace. Also, I don’t know where these preprocessor directives are defined. How to fix? Thanks in advance.