Function Node,Find Node, and some usefull feature

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

  • This topic has 9 replies, 5 voices, and was last updated 7 years ago by Gavalakis.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1389
    nicoyiqi
    Participant

      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”]

      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.

        [attachment file=”FlowCanvas_FunctionNode_FindNode_3.unitypackage”]

        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!

          #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?

              [attachment file=”new node window.png”]

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

                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.

                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

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