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
- Texture generator reference image fails despite valid size
- Agent mode can enter infinite execution loop
- AI Gateway responses contain duplicated sentences
- Texture 2D asset is created when promoting a generated Cubemap to a new asset
- Unable to copy multiple paragraphs from Assistant responses
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.