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
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
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