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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.