Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2018.4
2019.4
2020.1
2020.2
2021.1
2021.1.0a7
Issue ID
1298380
Regression
No
Project Browser Search has slower response when compared to Quick Search and Hierarchy Search
Reproduction steps:
1. Create an empty project
2. Type something into the search of the Project Browser
Expected result: The Search result are returned after the search debouncing threshold specified in the user settings.
Actual result: There's about a 500ms delay before the Search is updated
Reproducible with: 2018.4.30f1, 2019.4.17f1, 2020.1.17f1, 2020.2.0f1, 2021.1.0a10
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
- Flickering orbs appear when using RenderTargetHandle
- UsePass for ShaderLabShader is ignored and GameObjects are not rendered when SRPBatcher is enabled
- Animated model translated down when interrupting a transition
- UI Toolkit text splits when changing PanelSettings scale
- Error "NullReferenceException" is thrown when selecting folders from the folder panel or closing the folder panel with EditorUtility.OpenFolderPanel() in use
Resolution Note (fix version 2021.2):
That was made so by design. The search fields in the project browser and the scene hierarchy use a delayed text field and it wait a certain amount of time so you stop typing before showing any results. An option to select the Debounce Threshold (ms) was added in Preferences > Search, available in 2021.2.0a5 and up