Error After Installing Input System

Forums 💬 NodeCanvas ⚙️ Support Error After Installing Input System

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15234
    jtlittle87
    Participant

      Unity Version: 2021.3.2f1
      Windows 10

      I first installed NodeCanvas when I started my project and just recently installed Unity’s modern Input System. Now I’m getting this error:

      AssetsParadoxNotionNodeCanvasModulesDialogueTreesDialogueGUIDialogueUGUI.cs(57,24): error CS0234: The type or namespace name ‘InputSystem’ does not exist in the namespace ‘UnityEngine’ (are you missing an assembly reference?)

      The error is coming from this code:

      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.

      #15236
      jtlittle87
      Participant

        The solution to my problem was as simple as adding the Unity.InputSystem assembly to the ParadoxNotion assembly definition asset.

        #15235
        Gavalakis
        Keymaster

          Hey, Thank you for letting me know.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.