Unity Issue Tracker - Inspector: Help tooltips display section titles from several words without the spaces
Fixed
UUM-37612
Inspector: Help tooltips display section titles from several words without the spaces
Unity: Inspector Framework
Fixed
2023.2.X
2023.1.X
2022.3.X
2021.3.X
Section titles in the tooltips are displayed in human language (with spaces).
Steps to reproduce:
Create a 2D project
Add any 2D game object for example "Capsule"
Select the added game object and verify that its data is displayed in the "Inspector" tab
Hover the help icons in the "Mesh Renderer" section or "Box Collider" or any other from several words.
Expected result: Tooltip should present the section title with the space as it is displayed in the "Inspector". It should be "Open Reference for Mesh Renderer".
Actual result: Now it looks like this "Open Reference for MeshRenderer". Added screenshot in the "Attachments" section.