FlowCanvas and NodeCanvas namespace could not be found.

Forums 💬 FlowCanvas ⚙️ Support FlowCanvas and NodeCanvas namespace could not be found.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12203
    arrhenius
    Participant

      Hi,

      I am using flowcanvas with Unity 2021.2.0b13. I want to export to uwp, but I get a lot of problems.

      I have set the Paradox Notion Assembly Definition Asset to “Universal Windows Platform” and I have generated the AOTClasses.cs file. Now, when I build the uwp file, I get a lot of errors. Those errors can be summarized as follows :

      Assetsscriptsloading.cs(5,7): error CS0246: The type or namespace name ‘NodeCanvas’ could not be found (are you missing a using directive or an assembly reference?)

      AssetsscriptsAOTClasses.cs(9,3): error CS0246: The type or namespace name ‘FlowCanvas’ could not be found (are you missing a using directive or an assembly reference?)

      Can you help me?

      Thank you very much.

      #12205
      Gavalakis
      Keymaster

        Hello there,

        Have you tried without changing the ParadoxNotion asmdef option (I really suggest you do not 🙂 ).

        If so, what problems do you get when you have not changed the options?

        Are you building using IL2CPP?

        Let me know. Thank you.

        #12204
        arrhenius
        Participant

          Perfect. If I don’t change the asmdef, I get the package.

           

          Thank you very much.

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