I’m using Unity 2017.2.1p2 for Hololens development. I’m not that experienced with Unity and wanted to use FlowCanvas beacuse I usually work in UE4 and I’m pretty excited with what I tested so far.
When compiling my Unity project I get the following error:
Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Field\PureReflectedFieldNode.cs(2,23): error CS0234: The type or namespace name ‘AccessControl’ does not exist in the namespace ‘System.Security’ (are you missing an assembly reference?)
Is this a version problem? I’d like to stay on my current Unity version for the Hololens compatibility.