Search Issue Tracker
By Design
Votes
0
Found in
2022.3.62f1
6000.0.49f1
6000.1.3f1
6000.2.0b1
Issue ID
UUM-105142
Regression
No
SVG file icons do not use the default asset icon when Vector Graphics package is not installed
How to reproduce:
1. Open the attached “IN-101236” project
2. In the title bar, navigate to Window > Package Management > Package Manager
3. Make sure the Vector Graphics package is not installed
4. Observe the Project tab
Expected result: SVG files use the default asset icon
Actual result: SVG files use an unrelated icon
Reproducible with: 2022.1.0a1, 2022.3.62f1, 6000.0.49f1, 6000.1.3f1, 6000.2.0b1
Reproducible on: Windows 11, macOS 15.3
Not reproducible on: No other environments tested
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Whenever we encounter an Asset type that is not handled by Unity we use the same icon as the OS does. Users expect this for e.g .pdf files etc.
The icon showed in this bug is the the icon for the app Windows has associated to open .svg files; which is the Edge browser.
If you double click that asset it will open the Edge browser which is why we show the OS icon.