Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How should a reactive sequence work when a coroutine node is one of its children? #116

Closed
@IgorAlvesSilva

Description

@IgorAlvesSilva

I was testing having a tree composed of a reactive sequence with two children: an AlwaysSuccess first and then a coroutine that returns running until a certain codition is met. Instead of executing the AlwaysSuccess node again each time the tree is ticked only the coroutine node is executed. That's the same behavior of having the same tree but with a sequence control node instead of the reactive sequence.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions