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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.