UPM Git path
git@github.com:vecto-ui/com.vectoui.unity.convertor.gitDependency entry
"com.vectoui.unity.convertor": "git@github.com:vecto-ui/com.vectoui.unity.convertor.git"Add the VectoUI plugin to your Unity project, connect supported design workflows, and generate editable Unity UI Prefabs.
Current Unity package information.
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.
UPM Git path
git@github.com:vecto-ui/com.vectoui.unity.convertor.gitDependency entry
"com.vectoui.unity.convertor": "git@github.com:vecto-ui/com.vectoui.unity.convertor.git"UPM Git path
git@gitee.com:sourcetoken/com.vectoui.unity.convertor.gitDependency entry
"com.vectoui.unity.convertor": "git@gitee.com:sourcetoken/com.vectoui.unity.convertor.git"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"
}
}The main setup stages after downloading the Unity plugin.
The GitHub source repository and Gitee mirror provide the same Unity plugin package.
Add the plugin to the current Unity project through Packages/manifest.json.
The plugin uses your VectoUI account and configuration to connect with the service.
Select the corresponding design file in the Unity plugin to generate the UI Prefab hierarchy and download referenced image assets.
After downloading the plugin, use these docs for configuration, package import, and advanced usage.