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
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
- [Android] UnityPlayer gets paused when another Activity is launched even with Run Without Focus enabled
- Animation Clip and kebab menu icons flicker when Cycle Offset value is being changed
- GameObject orientation incorrect when restarting Player after recentering the view on Meta Quest and Android XR
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