Forums › 💬 FlowCanvas › ⚙️ Support › is support edit and run in runtime?
I need to edit the node logic at runtime and then run it. Is this plugin supported
Hello,
If you mean to have a GUI graph editor in the final build game, then this is not possible since the graph editor is made for and using the UnityEditor namespace, which is only available within the Unity Editor.
Thank you.