About the editor's inability to display the script description of the custom script and a description of all its exported properties

Godot Version

v4.3.stable.official [77dcf97d8]

Question

As mentioned in the title, after I open a project, in the Add Node screen, selecting any of the custom scripts does not display the script description. For nodes with custom scripts, the inspector also cannot display a description of their exported properties.
When I open a custom script in the script editor, this script does not have the above problems.
But when I reload the project, all the scripts are having the same problems again.

That should be fixed with this PR: Scripting: Fix script docs not being searchable without manually recompiling scripts by anvilfolk · Pull Request #95821 · godotengine/godot · GitHub

1 Like