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
- VisionOS Player and Simulator crashes on "nw_read_request_report [C1] Receive failed with error "No message available on STREAM"" when playing a video through VisionOSVideoComponent
- Shader starts acting unexpectedly when SV_primitiveID is used in a Hull/Domain Shader
- [iOS] "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously when using specific Project Settings and Anti-aliasing is enabled
- Inconsistent help box font size in Project Settings window
- Local package MonoBehaviour scripts appear as missing after updating the project when the project and package paths share the same prefix
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.