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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
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.