Search Issue Tracker
Fixed
Fixed in 2021.3.28f1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a20
Votes
0
Found in
2021.3.27f1
2022.3.1f1
2023.1.0b20
2023.2.0a18
Issue ID
UUM-37612
Regression
No
Inspector: Help tooltips display section titles from several words without the 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.
Reproducible with: 2021.3.27f1, 2022.3.1f1, 2023.1.0b20, 2023.2.0a18.
Additional info: [https://docs.unity3d.com/ScriptReference/ObjectNames.NicifyVariableName.html]
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2023.2.0a20):
Section titles in the tooltips are displayed in human language (with spaces).