beehave icon indicating copy to clipboard operation
beehave copied to clipboard

Node descriptions are not visible in the editor.

Open kubaxius opened this issue 7 months ago • 2 comments

Godot version: 4.4.1

Describe the bug The documenting comments at the top of class scripts should be placed immediately after the class_name declaration, without any new lines in between. Otherwise, they are not visible in the editor.

To Reproduce Try to create a new node for any class declared in this addon and look at the description box.

Expected behavior The description should be visible, which would help immensely while still learning the addon and behavior trees.

Screenshots This:

Image

results in this:

Image

whereas this:

Image

works as intended:

Image

kubaxius avatar May 11 '25 07:05 kubaxius

This must be a Godot Engine issue. Did you check if there is already an existing bug ticket for it?

bitbrain avatar May 11 '25 09:05 bitbrain

i think this is a godot engine bug, because I use a LOT of ## comments in my code and they intermittently disappear and reappear depending on if I've visited the class file recently.

MikeMcMahon avatar May 18 '25 15:05 MikeMcMahon

Unrelated to this plugin.

bitbrain avatar Jul 11 '25 11:07 bitbrain