Search Issue Tracker
By Design
By Design in 6000.6.X
Votes
0
Found in
6000.0.66f1
6000.3.5f1
6000.4.0b5
6000.5.0a5
6000.6.0a1
Issue ID
UUM-132707
Regression
No
2D Area Components are missing icons in Search window
Steps to reproduce:
1. Create new Unity project using Universal 2D Template
2. Open Search window (Window > Search > New Window)
3. Press Tab to open Area selection
4. Type “2D”
5. Observe 2D area elements icons in the window
Actual results: 2D area components are missing icons in the Search window
Expected results: 2D area components are not missing icons in the Search window
Reproducible with versions: 6000.0.66f1, 6000.3.5f1, 6000.4.0b5, 6000.5.0a5
Tested on (OS): Windows 11, macOS Silicon Tahoe 26.2 (M1)
Missing icons: Anchored Joint 2D, Collider 2D, Effector 2D, Joint 2D, Light 2D Base, Physics Update Behaviour 2D, Render As 2D
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:
In all those cases the component without icon is a base class of other components that you can't actually instantiate. These base class do not have icons associated to them hence why none are displayed.
Resolution Note (6000.6.X):
In all those cases the component without icon is a base class of other components that you can't actually instantiate. These base class do not have icons associated to them hence why none are displayed.