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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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