Node descriptions are not visible in the editor.
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:
results in this:
whereas this:
works as intended:
This must be a Godot Engine issue. Did you check if there is already an existing bug ticket for it?
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.
Unrelated to this plugin.