Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.30f1
2022.3.8f1
2023.1.11f1
2023.2.0b9
2023.3.0a5
Issue ID
UUM-48448
Regression
No
Search: Inconsistent column naming "Game Object" & "GameObject"
Steps to reproduce:
- Create/open any project
- Click the "Global Search" button (Command + K)
- Update the "Search" window view to "Table view"
- Click "+" (Add column)
- Observe the "GameObject" item in the "Select Column" list
- Make a right-click in the "Search Provider" section (on the Label or Description columns)
- Select "Column Format" item
- Find the same "Game Object" item, which was mentioned in the step 5
Expected Result: Titles should be the same. It should be displayed in human language.
Actual Result: The same title is displayed differently. Added screenshot in the "Attachments" section.
Reproducible with: 2021.3.30f1, 2022.3.8f1, 2023.1.11f1, 2023.2.0b9, 2023.3.0a5
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
- Cameras Overlay window breaks when selecting a Camera GameObject with a longer name, first person button disappears
- Cache invalidation during Build time when the Graphics APIs list is reordered
- Incorrect selection range is reported when selecting text across lines in a multiline TextField
- Tile Palette: Blurry selection icon and inconsistent padding in brush selection dropdown
- Player crash when a specific project is built with Vulkan
Resolution Note:
In the Select Column dialog, we display names of types. We display those names on CamelCase (without any space in between Game and Object) for the following reasons:
- If you are using the search field to filter this small dialog, and you start typing
"GameOb" we want you to find results.
- This dialog is tied to properties of known Unity types so we keep the same naming as these types.