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
- Numeric property drag cursor gets enabled in the Inspector Preview window when the window is above numeric properties
- UI elements become unusable due to Object and Text Fields being set to empty/"0" when clicking "Reset" on their Components
- Scene Asset is not attached to a Lighting Data Asset for a URP Package Sample Scene
- Gizmos are not rendered for the Base Camera when using Camera Stacking
- UI Mask Component does not apply correctly when Canvas Render Mode is set to Screen Space - Camera
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.