Forums › 💬 FlowCanvas › ⚙️ Support › Optimization, performance etc. › Reply To: Optimization, performance etc.
I find a bug : when duplicate a node, the new node’s UID does not change, that cause relay out node’s relay input value node reference still point to old node instead of new duplicate node.
the solution is add follow code in Node.cs after line 219 :