Nested FlowGraph dont trigger with Dinamic on

Forums 💬 NodeCanvas ⚙️ Support Nested FlowGraph dont trigger with Dinamic on

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16050
    nikitalino
    Participant

      Hi. when i check  boolean in nested flowgraph it dont trigger as default  bolean check.

      It is  two gifs on both  i toggle  on/off variable  _myboolean/

      with default condition  check boolean – dinamic is triggering but with nested flowgraph not .

      inside flow graph its the same boolean check /

      nested flow graphs cant trigger  with dinamic  or i do smth wrong?

      #16053
      Gavalakis
      Keymaster

        Hello and sorry for the late reply.

        The OnEnable is only called once at the start of the graph, so you probably want to replace it with OnUpdate.

        With that said however it will still not work in the context of Dynamic. Unfortunately SubGraphs do not work the same way as Condition Tasks do in the context of Dynamic Composites. I will take another look at this however possibly making it work so.

        Thanks!

        #16052
        nikitalino
        Participant

          [quote quote=15469]The OnEnable is only called once at the start of the graph, so you probably want to replace it with OnUpdate. [/quote]

          Hi .ty for the answer.

          its repeat in BH tree settings and update interval 1 -so  its pulse each second

          [quote quote=15469]With that said however it will still not work in the context of Dynamic. Unfortunately SubGraphs do not work the same way as Condition Tasks do in the context of Dynamic Composites. I will take another look at this however possibly making it work so.[/quote]
          i understand now. its ok just asked if im doing smth wrong with subgraphs/

          maybe will help to smbdy  with the same issue

          i avoided situation with wait function  that dont want to trigger  with  castom wait counter +1 each tick to integer   and binary selector that check it

           

          #16051
          Gavalakis
          Keymaster

            Hello again thanks for the follow up as well as letting us know that you resolved this and how 🙂

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