Function Node,Find Node, and some usefull feature

FlowCanvas Forums Nodes, Macros & Examples Function Node,Find Node, and some usefull feature

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1389
    nicoyiqi
    Participant

    hi,I create some interesting nodes.

    1:Function Node:

    A

    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.

    B.1

    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.

    C

    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 :

    D

    ctrl+alt+W:

    E

    ctrl+alt+S:

    F

    ctrl+alt+F:

    G

    ctrl+alt+C:

    H

    ctrl+alt+R:

    R

    ctrl+alt+D:

    T

    Attachments:
    You must be logged in to view attached files.
    #1400
    nicoyiqi
    Participant

    import and override. have tested On Andriod phone. no error warning.

    [edit]
    I found the function node has some bugs,
    download the third file.

    FlowCanvas_FunctionNode_FindNode_3

    Attachments:
    You must be logged in to view attached files.
    #1402
    Gavalakis
    Keymaster

    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!

    Join us on Discord: https://discord.gg/97q2Rjh

    #1404
    nicoyiqi
    Participant

    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.

    #1408
    chocolacode
    Participant

    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?

    new-node-window

    Attachments:
    You must be logged in to view attached files.
    #1413
    nicoyiqi
    Participant

    update: function node can set custom value type now.

    FlowCanvas_FunctionNode_FindNode_5

    download the file name endwith “_FindNode_5.unitypackage”. I can’t delete the wrong unitypackage.

    Attachments:
    You must be logged in to view attached files.
    #1416
    nicoyiqi
    Participant

    hi, I upload a new version package.solved the problem you meet.

    #1645
    proepkes
    Participant

    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

    #1804
    Lolitowww
    Participant

    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

    #1806
    Gavalakis
    Keymaster

    Hello,

    The “Search In Graph” feature is coming in the next version 🙂
    Thanks

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.