bitbrain / beehave

🐝 behavior tree AI for Godot Engine
https://bitbra.in/beehave
MIT License
1.85k stars 116 forks source link

Fix reloading scene debug issue #310

Closed zeroregard closed 6 months ago

zeroregard commented 6 months ago

Description

When you reload the scene, it seems that behaviour trees are not unregistered properly for debugging purposes. That means they will keep being in the Beehave debug tab and the Debugger output will be flooded with a lot of error messages.

Screenshots

image

bitbrain commented 6 months ago

Amazing, thanks!