Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.4f1
2023.1.2f1
2023.2.0a21
2023.3.0a3
Issue ID
UUM-40972
Regression
Yes
Assets are not found when searching by path in the Search window
How to reproduce:
1. Open the user’s attached “bug-asset-search.zip” project
2. In the Search window, insert “p: Assets/Scenes”
3. Observe the results
Expected result: “SampleScene” is found
Actual result: 0 results
Reproducible with: 2022.2.12f1, 2022.2.21f1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a21
Not reproducible with: 2021.3.27f1, 2022.2.11f1
Reproduced on: macOS 13.2.1 (Intel)
Notes:
Searching by filename works
"p: Asset" will show the result, but "p: Assets" will not
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
In order to harminize with how PRoject browser searches, we chose that free searm term would be match against asset names and not full path (this limit noise in filter results).
the dir filter can be used if you would like to filter according to folders.