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
- “InvalidOperationException” errors are thrown when entering Play Mode in the Timeline’s Customization Samples
- EditorSceneManager.SaveOpenScenes returns true when the Scene is not successfully saved
- ScrollView snaps back to the target after ScrollTo() when the UI updates every frame
- Dlig ligatures are applied by default when "liga" Font Feature is enabled
- Colliders are rendered deformed when viewed through Physics Debugger in Scene View
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.