Search Issue Tracker
Fixed
Fixed in 6000.2.0b8, 6000.3.0a1
Votes
0
Found in
6000.1.4f1
6000.2.0b3
7000.0.0a35
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
- Renaming the VFX Graph uses "Enter" for a new line and "Enter + Shift" to confirm instead of vice versa
- RasterCommandBuffer.DrawMeshInstanced light attenuation does not work in the Release build Player
- Main thread freezes when right-clicking on the title bar of a windowed Player on Windows
- “Open” button in Inspector does not function for certain Assets
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
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