All Projects → Unity-Technologies → Vector Graphics Samples

Unity-Technologies / Vector Graphics Samples

SVG and Vector Graphics Sample Project

Vector Graphics Samples

This repository contains samples of the Vector Graphics features to be used with Unity 2018.1 and newer.

Getting Started

Get the Unity Editor

To get started, download and install the latest Unity 2018.1, here: https://unity3d.com/get-unity/download

Get the Package

These samples already include the necessary manifest in the Packages folder of the project. If you want to activate these features in another project:

  1. Find the manifest.json file in the Packages folder of your project.
  2. Edit it to look like this:
{
	"dependencies": {
		"com.unity.vectorgraphics": "2.0.0-preview.12"
	},
	"registry": "https://staging-packages.unity.com"
}
  1. Back in Unity, the package will be downloaded and imported.
  2. Done!

Find out more about packages here: Unity Package Manager

Preview Feature Documentation

Warning

Project backward compatibility between Preview versions is NOT GUARANTEED. Always backup your project before updating the package. Preview features here are not production ready, please DO NOT use this package for your final production. Preview features may be discontinued/dropped.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].