activelogic-cs icon indicating copy to clipboard operation
activelogic-cs copied to clipboard

Exiting a stacked BT may cause premature completion

Open eelstork opened this issue 2 years ago • 1 comments

In a typical case you create a BT (say 'A') with its agent set to loop = false. Then you stack another BT (say 'B') When B returns done, the agent will disable. However continuation is expected until the root BT has returned done.

Tried patching this in UGigAdapter. Works, mostly; however this is hackish and does not resolve the actual issue.

eelstork avatar Apr 25 '22 04:04 eelstork

The patch I've been using is an actual fix; will push.

eelstork avatar Apr 25 '22 06:04 eelstork