Skip to content

Can not use Change type action from editor #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Earewien opened this issue Jan 29, 2023 · 1 comment
Open

Can not use Change type action from editor #20

Earewien opened this issue Jan 29, 2023 · 1 comment

Comments

@Earewien
Copy link
Owner

Scenario

  • Create a behavior tree in a scene, from editor
  • On a node, try to change its type using the Godot Editor menu entry

It fails, saying

  Signal 'child_entered_tree' is already connected to given callable 'Node(BTAction.gd)::_update_cached_children' in that object.
  Signal 'child_exiting_tree' is already connected to given callable 'Node(BTAction.gd)::_update_cached_children' in that object.
Earewien added a commit that referenced this issue Jan 29, 2023
Corner case when you try to switch node type : _init is called twice
@Earewien
Copy link
Owner Author

I got ride of the error ; the _init method is called twice when trying to switch node type.

Unfortunately, change type is not working, again. There is no error, but nothing happens.
Same issue with other addons (not mine 😂). Godot Engine bug or unimplemented feature ?

Wait and see... Issue will remain opened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant