bitbrain / beehave

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

Node Descriptions Disappear on Closing Project #337

Open eisegesis-623 opened 4 months ago

eisegesis-623 commented 4 months ago

Godot version: 4.2.2

Describe the bug After closing a Godot project with Beehave installed, all associated node descriptions vanish.

To Reproduce Steps to reproduce the behavior:

  1. Create a new Godot project, install Beehave, and enable the plugin.
  2. You should see the node descriptions visible in the "add node" menu.
  3. Exit the project. (Return to project list, reload current project, close Godot, etc.)
  4. Upon re-opening the project, the node descriptions are gone.

Expected behavior Node descriptions should be there even when re-opening a project.

Screenshots (Initial behavior) Screenshot 2024-05-09 030036 (Following opening the project) Screenshot 2024-05-09 030638

Desktop (please complete the following information):

Additional context Fully deleting the plugin and re-downloading it brings the descriptions back, at least until the project is closed. Also tested on a Windows 10 machine, and the issue does not seem to happen there.