Greetings. This question applies not only to the Procedural Toolkit asset, but other assets/tools that require a using directive/a namespace in order to use it. (Apologies, not entirely sure of the terminology here.) In this case, I’ve been messing around with the Procedural Toolkit. The instructions in the README say to include using ProceduralToolkit; at the top of the script, and I was wondering if it’s possible to replicate this in FlowCanvas without manual scripting? The link above goes to the GitHub repository.
In FlowCanvas, you don’t have to use namespace directives like this to make use of the code in that is included in that namespace, and you can just use it directly without worrying about it. 🙂
If you search for the various functions that ProceduralToolking has (like for example “FlipNormals”) in the FlowCanvas Node Browser (space keyboard shortcut), you should be able to see and use them.