Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2023.1.0b18
2023.2.0a15
Issue ID
UUM-36142
Regression
No
Search: Not all icons, added to search queries, are visible in the light editor mode
Steps to reproduce:
- Create a 3D project
- Window -> Search -> New Window
- Enter "A" into the search field and verify that you get results for the provided search
- click "Discette" next to the search input field
- Select the "Save Project" option
- Leave the proposed default name and click "Save"
- Select save query in the "Projects" section
- Find and select saved query asses in the "All" tab
- Verify, that its data is displayed in the "Inspector" tab in the "Search" window
- Find the "Icon" field and expand its dropdown
- Find the "d_EditorUI.Filter" icon or "d_TrackLockButtonEnabled" and select it
- Verify, that icons become added to your selected search query in the "Projects" list
- Go to "Unity" ->"Preferences" and select the "General" tab
- Update "Editor Theme" to "Light"
- Verify, that the editor mode changes to light
- Open the same "Search" window and review your saved query with added icon
Expected result: Icons should be visible
Actual result: Icons are not visible or difficult to see. Added screenshot in the "Attachments" section.
Reproducible with: 2023.1.0b18, 2023.2.0a15.
Could not test with: 2021.3.25f1, 2022.2.19f1 as icon selection. functionality is not in these streams.
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
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- 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
Resolution Note:
We display the items the user has selected. Our rational is that user mostly work using a single Theme (they do not go back and forth between themes). So we expect user to select an icon that fits their theme. Also, for user define icon (not part of unity bundle when we have an icon for each theme), we cannot recreate the icons on the fly.
Resolution Note (2023.2.X):
We display the items the user has selected. Our rational is that user mostly work using a single Theme (they do not go back and forth between themes). So we expect user to select an icon that fits their theme. Also, for user define icon (not part of unity bundle when we have an icon for each theme), we cannot recreate the icons on the fly.