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
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
- Texture2D.PackTextures causes mips 7-9 to turn pink when packed textures are of ASTC 4x4 compression
- "OnApplicationQuit" is called when "Application.wantsToQuit" returns false
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.