Skip to content

[Bug] Missing scripts on right click context menu #30

@Yecats

Description

@Yecats

Describe the bug
When using multiple decorators, only the first decorator shows up on the right click context menu.

To Reproduce
Steps to reproduce the behavior:

  1. Create a behavior tree with a nested decorator:
    new Inverter("", new UntilFail("", new IsPlayerIntentTypeOf(PlayerIntentions.NavigateToMouseClick))),
  2. Run tree and right click on the drawn node to open the UntilFail decorator.

Expected behavior
Until Fail, Inverter and IsPlayerIntentTypeOf would all be options on the right click context menu.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions