Search Issue Tracker
Fixed
Fixed in 6000.1.0b10, 6000.2.0a7
Votes
5
Found in
2022.3.58f1
6000.0.39f1
6000.1.0b7
6000.2.0a1
6000.2.0a4
Issue ID
UUM-98456
Regression
No
The Search window does not show objects with inherited components when filtering by type
How to reproduce:
1. Open the attached “IN-94719” project
2. In the Hierarchy window search field enter “t:BaseClass”
3. Observe the Hierarchy window
4. Open the Search window (Window → Search → New Window)
5. In the Search window “Search item” input field enter “t:BaseClass”
6. Observe the Search window
Expected result: Both the Hierarchy and Search windows should display all GameObjects with a component that inherits from BaseClass, including the GameObject that has the BaseClass component itself
Actual result: The Hierarchy window displays all GameObjects with a component that inherits from BaseClass, including BaseClass itself, while the Search window only shows the GameObject that has the BaseClass component
Reproducible with: 2022.3.58f1, 6000.0.39f1, 6000.1.0b7, 6000.2.0a4
Reproduced on: Windows 11
Not reproduced on: No other environment tested
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
- SDF Bake Tool window cuts off/hides SDF preview after "Bake Mesh" operation at higher UI scaling
- SDF is not capitalized in the SDF Bake Tool "Settings Asset" property label
- “Client And Server” shown without spaces in Active Scenario window
- [Linux] Mouse cursor gets stuck at the edge of the screen when trying to pan in the Scene view
- Docked Multiplayer Play Mode window disappears when switching back to a saved Editor layout
Resolution Note (fix version 6000.2.0a7):
Search: Fixed searching for game objects with inherited components when filtering by base types.
Resolution Note (fix version 6000.1.0b10):
Search: Fixed searching for game objects with inherited components when filtering by base types.