Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2022.2.2f1
2023.1.0b6
2023.2.0a7
Issue ID
UUM-29102
Regression
No
UI Document: Component titles should be listed with spaces
Repo steps:
- Open Unity Scene
- In Hierarchy > Right click > Hover on "UI Toolkit" > Click "UI Document"
- The component "UIDocument" should appear in the hierarchy
- Observe the component name, it should look like this "UIDocument"
Expected Result: Component names should be displayed in the same way in all locations. For example "UI Document"
Actual Result: Component names aren't displayed in the same way in all locations. For example "UIDocument"
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, MacOS Monterey, Version 12.6.2
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.
Resolution Note (2023.2.X):
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.