Forums › 💬 FlowCanvas › ⚙️ Support › Custom node types? › Reply To: Custom node types?
Hello,
You can quite easily create custom nodes just by using regular c#. Here is a documentation section about custom nodes: [LINK]
Furthermore, FlowCanvas is also able to call any function you’ve already made or available by Unity, like for example a function on a component.
Is that what you mean? Let me know. Thanks.