Vector Graphics
The vector graphics package provides Sprite integration and SVGImage component into the Vector Graphics module in Unity 6.3 and later. The package is only required if you need Sprite Editor support, and UGUI SVGImage.
com.unity.vectorgraphics 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/vectorgraphics.git README Markdown
Copy this to your project's README.md
## Installation
Add **Vector Graphics** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/vectorgraphics.git
```
[](https://www.pkglnk.dev/pkg/vectorgraphics)Dependencies (9)
Used By (1)
README
Vector Graphics Package
This package provides SVG import support for Unity Sprites and UGUI.
When to Use This Package
Unity 6.3+: Only install this package if you need Sprite or UGUI import types. For UI Toolkit and Texture2D, use Unity's built-in Vector Graphics module.
Unity 2018.1 - 6.2: Use version 2.0.0-preview for full vector graphics support.
Documentation
For detailed information including migration guides and version requirements, see the full documentation.

No comments yet. Be the first!