Forums › 💬 FlowCanvas › ⚙️ Support › Optimization, performance etc. › Reply To: Optimization, performance etc.
hey,everyone,I recently create a method to find node in graph,thought inspired by the new release feature : relay node.
The “find” node, like this.
[attachment file=”12.jpg”]
you can search to find the node which name contain input text.
by click the select button, you can select that node. and I also add new function to focus the selected nodes, just press “F” ;
click control+ f ,to select this find node directly;
beside, I modify the relay node code, add relay flow node, and select corresponding input or outPut node more convenient.
[attachment file=”2.jpg”]
[attachment file=”3.jpg”]
here is the unitypackage, just cover the source files.
[attachment file=”findnode.unitypackage”]