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?)