Unity Package

Download the VectoUI Unity Plugin

Add the VectoUI plugin to your Unity project, connect supported design workflows, and generate editable Unity UI Prefabs.

Plugin Information

Current Unity package information.

Package name
com.vectoui.unity.convertor
Display name
VectoUI Unity Converter
Current version
0.9.1
Unity version
2022.3+
Dependency
com.unity.nuget.newtonsoft-json 3.2.1

Download Links

Choose the GitHub source repository or the Gitee mirror based on your network environment, then install the package through Unity Package Manager with a Git URL.

Source repository

GitHub

UPM Git path

git@github.com:vecto-ui/com.vectoui.unity.convertor.git

Dependency entry

"com.vectoui.unity.convertor": "git@github.com:vecto-ui/com.vectoui.unity.convertor.git"
China mirror

Gitee

UPM Git path

git@gitee.com:sourcetoken/com.vectoui.unity.convertor.git

Dependency entry

"com.vectoui.unity.convertor": "git@gitee.com:sourcetoken/com.vectoui.unity.convertor.git"

manifest.json Example

Add the package dependency to Packages/manifest.json in your Unity project. SSH URLs require SSH Key access on the selected Git platform.

Packages/manifest.json

{
  "dependencies": {
    "com.vectoui.unity.convertor": "git@github.com:vecto-ui/com.vectoui.unity.convertor.git"
  }
}

Installation and Integration

The main setup stages after downloading the Unity plugin.

1

Choose a repository

The GitHub source repository and Gitee mirror provide the same Unity plugin package.

2

Import into Unity

Add the plugin to the current Unity project through Packages/manifest.json.

3

Configure the VectoUI account and credentials

The plugin uses your VectoUI account and configuration to connect with the service.

4

Generate Unity UI Prefabs

Select the corresponding design file in the Unity plugin to generate the UI Prefab hierarchy and download referenced image assets.

Start using the VectoUI Unity plugin

Sign in to VectoUI, complete account configuration, and connect the plugin inside Unity.