-
-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
bugSomething isn't workingSomething isn't workinginvestigatingNeed more information before determining actionNeed more information before determining actionquestionFurther information is requestedFurther information is requested
Description
Describe the bug
As my title described.
To Reproduce
Steps to reproduce the behavior:
- Create a C# MonoBehavior script.
- Add a BehaviorTree field.
- Build tree in Awake as the following script:
new BehaviorTreeBuilder(gameObject).Sequence()
.WaitTime(1)
.ReturnSuccess()
.End().Build() - Click ViewTree button in inspector, see error.
Expected behavior
Throw IndexOutOfRangeException, can be seen in console log.
Desktop (please complete the following information):
- OS: [Windows]
- Exact Unity Version [2022 LTS]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginvestigatingNeed more information before determining actionNeed more information before determining actionquestionFurther information is requestedFurther information is requested