Search Issue Tracker
Fixed
Fixed in 6000.2.0b8, 6000.3.0a1
Votes
0
Found in
6000.1.4f1
6000.2.0b3
Issue ID
UUM-107392
Regression
No
Prefab preview image keeps changing in the Global Search List when the zoom value changes
Reproduction steps:
1. Open the attached “IN-102554.zip” project
2. Open the Global Search window (Ctrl+K)
3. In the Search, type “first”
4. Zoom in and out in the list window
5. Observe the prefab’s image in the search list
Expected result: The prefab’s image does not change/flicker when the overall size remains the same
Actual result: The prefab’s image keeps changing
Reproducible with: 6000.1.0a9, 6000.1.4f1, 6000.2.0b3
Not reproducible with: 2022.3.62f1, 6000.0.49f1, 6000.1.0a8
Reproducible on: Windows 11, macOS 15.4.1 (M4 Max)
Not reproducible on: no other environment tested
Note:
- Does not reproduce in the Project window searching for Assets
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
- Console Warning -- KeyboardIconAtlas sprite Input Outline goes beyond the boundary of the Sprite rect.
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
Resolution Note:
- I tested with multiple version prior to the the reported version (6.1.0a8, 6.1.0a2) and the flickerig still happens. This is not a regrestion
I also looked at the code and the behavior (flickering) is as expected:
- When loading an asset in the Searc view we assign it an icon immedialty. Generally a type icon.
- Then we issue an async call to ask ADB to render an icon. This icon is bound to the UITk image on the next tick.
- Each time you modify the zoom value, it refreshed the view and rebind the
UITk element.
Resolution Note:
Postponed port