FlowCanvas Forums › Nodes, Macros & Examples › Function Node,Find Node, and some usefull feature
hi,I create some interesting nodes.
1:Function Node:
[attachment file=”A.jpg”]
simulate script function method feature. you can define function parameter count, return value amount, Start With FunctionNode, End With FunctionReturn Node. and use Call Function to invoke choosed function. or function in other graph.
[attachment file=”B.1.jpg”]
Find Node
find node in current graph or all graph, click select button to select the node. and press F to locate it. and all eventNode or Function Node list show in list.
[attachment file=”C.jpg”]
and create node by shortCut keys:
alt+1: create float variable;
alt+2: create vector2 variable;
alt+3: create Vector3 variable:
alt+4: Quaternion
alt+5: color variable;
F : locate selected node;
control + F: create new Find Node or select existed findNode.
ctrl+alt+A :
[attachment file=”D.jpg”]
ctrl+alt+W:
[attachment file=”E.jpg”]
ctrl+alt+S:
[attachment file=”F.jpg”]
ctrl+alt+F:
[attachment file=”G.jpg”]
ctrl+alt+C:
[attachment file=”H.jpg”]
ctrl+alt+R:
[attachment file=”R.jpg”]
ctrl+alt+D:
[attachment file=”T.jpg”]
import and override. have tested On Andriod phone. no error warning.
[edit]
I found the function node has some bugs,
download the third file.
[attachment file=”FlowCanvas_FunctionNode_FindNode_3.unitypackage”]
Hey,
Thanks a lot for sharing these.
I especially very much like the shortcuts for different variable nodes.
Out of curiosity, what is the purpose of the Call Function node since FlowCanvas can already call any function available? 🙂
Thanks!
The purpose to create custom function node is to make up for custom event has no return value. although flowcanvas can call function by reflectmethod, I think this custom function node is nessary and convenient way to quick test some function than write code.
Hey,
these nodes look very good,
however if I implement these, I loose the very nice pop-up window to add new nodes,
can this be fixed?
[attachment file=”new node window.png”]
update: function node can set custom value type now.
[attachment file=”FlowCanvas_FunctionNode_FindNode_5.unitypackage”]
download the file name endwith “_FindNode_5.unitypackage”. I can’t delete the wrong unitypackage.
hi, I upload a new version package.solved the problem you meet.
I get compiler error: The type or namespace name `MacroPortDefinition’ could not be found. Are you missing an assembly reference?
Unity 2017.3
FlowCanvas 2.7.0f1
I was going to give some feedback after using flow canvas for 4 days… One feature i really miss is the “search in graph” option. I tried to use the package with the custom node but i get errors on the latest version of flowcanvas. Same as Proepkes but in 2017.4 and flowcanvas 2.8.0
Hello,
The “Search In Graph” feature is coming in the next version 🙂
Thanks