You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 returneddone
.Tried patching this in
UGigAdapter
. Works, mostly; however this is hackish and does not resolve the actual issue.The text was updated successfully, but these errors were encountered: