Perhaps I am misunderstanding how OnStart and OnUpdate works but should the Abort node prevent execution of its child in its OnStart() if the conditions fail? It looks like the conditions are only checked in OnUpdate(). I was hoping to remove the Conditional Guard you can see in this screenshot.
1 Like
Hi @fendercodes,
Sorry about the delayed response, I was already discussing this with another Dev on the team. I ran into a similar issue previously also.
I will get back to you soon!
Great, thank you!
Thanks for the report, this was an important fix!
Morgan has opened a PR to solve this issue, we will check and return early OnStart so that the the child node underneath the Abort If should not be called.
1 Like
