Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.2f1
2023.1.0a20
2023.1.0a26
2023.1.0b6
Issue ID
UUM-29157
Regression
No
Wind Zone: Component titles should be listed with spaces
Repo steps:
- Open Unity Scene
- In Hierarchy > Right click > Hover on "3D Object" > Click "Wind Zone"
- The component "WindZone" should appear in the hierarchy
- Observe the component name, it should look like this "WindZone"
Expected Result: Component names should be displayed in the same way in all locations. For example "Wind Zone"
Actual Result: Component names aren't displayed in the same way in all locations. For example "WindZone"
Note: [https://docs.unity3d.com/ScriptReference/ObjectNames.NicifyVariableName.html]
Reproducible with: 2021.3.20f1, 2022.2.9f1, 2023.1.0b7, 2023.2.0a5.
Not reproducible with: 2020.3.46f1 (such functionality does not exist).
Platforms tested: Win 11
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
- Palette Settings link to the documentation isn’t working
- Tags & Layers window has inconsistent remove button behaviour between Tags, Sorting Layers, and Rendering Layers when there are no removable items in the list
- "Type Options" and "Node Library" dropdowns do not open when clicked on the title
- Public char variables uneditable in Inspector when project setting "Use IMGUI Default Inspector" is enabled
- IAP Listener component’s list titles go out of bounds when resizing the Inspector window horizontally
Resolution Note:
What is highlighted in the screenshot is not a component title - it's the GameObject name. The name is derived from the type name of the Component, which does not have spaces. The only reason the menu item and the Inspector header has spaces is because of extra logic there to parse the type name and add the spaces. This is not a bug specific to UI. It's just how the auto-name generation of GameObjects works.