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
Windows 10 (x86_64), Vulkan, Intel Core i5-8265U with UHD Graphics 620 (31.0.101.2111)
Issue description
Edit: Clarified some language
Export variables can have editor tooltips set by preceeding their declaration with ## This is a tooltip. This doesn't work when the export variable is contained within a custom category like @export_category('Category')
(My screenshots don't have a visible cursor, sorry)
Works fine here, out of categories:
Doesn't work for export variables in categories. Tooltips still work for export variables outside of a category:
Steps to reproduce
Create a new project and attach a script to the scene tree root (this is the quickest, but this bug applied to any other nodes I had)
Create some export variables and annotate them like ## <annotation here> on the line before each. Note how tooltips appear properly.
Create an export category with @export_category('<category name>') on a line before. Note how tooltips won't appear for export variables in the export category.
Godot version
4.0 beta 4
System information
Windows 10 (x86_64), Vulkan, Intel Core i5-8265U with UHD Graphics 620 (31.0.101.2111)
Issue description
Edit: Clarified some language
Export variables can have editor tooltips set by preceeding their declaration with
## This is a tooltip
. This doesn't work when the export variable is contained within a custom category like@export_category('Category')
(My screenshots don't have a visible cursor, sorry)
Works fine here, out of categories:
Doesn't work for export variables in categories. Tooltips still work for export variables outside of a category:
Steps to reproduce
## <annotation here>
on the line before each. Note how tooltips appear properly.@export_category('<category name>')
on a line before. Note how tooltips won't appear for export variables in the export category.Minimal reproduction project
Editor Tooltips Bug.zip
Created in Godot 4.0 beta 4
The text was updated successfully, but these errors were encountered: