FlowCanvas and NodeCanvas namespace could not be found.

FlowCanvas Forums Support FlowCanvas and NodeCanvas namespace could not be found.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3138
    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 :

    Assets\scripts\loading.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?)

    Assets\scripts\AOTClasses.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.

    #3139
    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.

    Join us on Discord: https://discord.gg/97q2Rjh

    #3143
    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.