Skip to content

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. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]

License

Notifications You must be signed in to change notification settings

needle-mirror/com.unity.vectorgraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector Graphics Package

The Vector Graphics package provides an SVG file importer as well as generic vector graphics APIs.

The SVG importer follows a subset of the SVG 1.1 specification. Once an SVG file is imported, the vector data is tesselated into triangles and a sprite is generated. This sprite can then be used by the 2D system. The source for the SVG importer can be found in the Editor folder.

The vector graphics APIs can be used to create and manipulate vector constructs directly in code. Read the documentation to get more information. The source for the vector graphics APIs can be found in the VectorGraphics namespace under the Runtime folder.

Vector Graphics Screenshot

Unity version 2018.1 or later is required to use the Vector Graphics package.

About

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. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages