You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After closing a Godot project with Beehave installed, all associated node descriptions vanish.
To Reproduce
Steps to reproduce the behavior:
Create a new Godot project, install Beehave, and enable the plugin.
You should see the node descriptions visible in the "add node" menu.
Exit the project. (Return to project list, reload current project, close Godot, etc.)
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)
(Following opening the project)
Desktop (please complete the following information):
OS: Windows 11
Browser: Chrome
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.
The text was updated successfully, but these errors were encountered:
This seems to be a bug with Godot, if you create your own script and add a class description, it shows up in the create new node dialog box. If you restart Godot the description disappears.
It seems that opening the documentation within Godot will fix this, even if you restart the editor. However if you close the documentation within the scripts window then none of the documentation will be shown through the editor, i.e. description when creating a new node, hovering over properties.
It looks like this will be fixed in 4.5, you can read the thread here: godotengine/godot#95821
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:
Expected behavior
Node descriptions should be there even when re-opening a project.
Screenshots


(Initial behavior)
(Following opening the project)
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.
The text was updated successfully, but these errors were encountered: