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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
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.