Reply To: Nested FlowGraph dont trigger with Dinamic on

NodeCanvas Forums Support Nested FlowGraph dont trigger with Dinamic on Reply To: Nested FlowGraph dont trigger with Dinamic on

#15473
nikitalino
Participant

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

Hi .ty for the answer.

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

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.

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

 

Attachments:
  1. counter.png

  2. repeat.png