Search Issue Tracker
By Design
Votes
0
Found in
2022.3.60f1
6000.0.44f1
6000.1.0b11
6000.2.0a7
Issue ID
UUM-100920
Regression
No
Project Settings search shows last matching settings tab when no settings match the entered word
How to reproduce:
1. Create a new Unity project
2. Go to Edit -> Project Settings
3. Enter a word into the search that doesn't match any settings (e.g. friends)
4. Observe the results
Expected results: "No results found" is shown
Actual results: A random settings tab is shown that has matched at some point of entering the word (Physics is shown when "friends" is entered)
Reproducible with: 2022.3.60f1, 6000.0.44f1, 6000.1.0b11, 6000.2.0a7
Reproducible on: macOS Sequoia 15.3 (M1)
Not reproducible on: No other environment tested
Note: In some cases, the issue might confuse because when the opened settings tab has a lot of text and fields, the user might assume the setting is somewhere there
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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
Resolution Note:
We currently do not "force a change of preference page" while the user type a query in the settings window even if the currently selected page doesn;'t contain the search term.
Thus it make sense to keep the page even if the term doesn't match any pref/settings page.