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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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