Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.
Resolution Note (2023.3.X):
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.