# UPM Package Generator [![GitHub](https://img.shields.io/github/license/Varneon/UPM-Package-Generator?color=blue&label=License&style=flat)](https://github.com/Varneon/UPM-Package-Generator/blob/main/LICENSE) [![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/UPM-Package-Generator?style=flat&label=Stars)](https://github.com/Varneon/UPM-Package-Generator/stargazers) [![GitHub all releases](https://img.shields.io/github/downloads/Varneon/UPM-Package-Generator/total?color=blue&label=Downloads&style=flat)](https://github.com/Varneon/UPM-Package-Generator/releases) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/UPM-Package-Generator?color=blue&label=Release&sort=semver&style=flat)](https://github.com/Varneon/UPM-Package-Generator/releases/latest)
Generator for easily creating new UPM packages for Unity
UPM Package Generator was formerly a part of Unitypackage Exporter
Features
- Automatic package folder and manifest generation: UPM Package Generator automatically generates the required manifest file and makes it appear in Unity Package Manager
How to use
- In Unity Editor, navigate to your toolbar under
Varneon
and click UPM Package Generator
Installation
### Import with [VRChat Creator Companion](https://vcc.docs.vrchat.com/vpm/packages#user-packages):
> 1. Download the the repository's .zip from [here](https://github.com/Varneon/UPM-Package-Generator/releases/latest)
> 2. Unpack the .zip somewhere
> 3. In VRChat Creator Companion, navigate to `Settings` > `User Packages` > `Add`
> 4. Navigate to the unpacked folder, `com.varneon.upm-package-generator` and click `Select Folder`
> 5. `UPM Package Generator` should now be visible under `Local User Packages` in the project view in VRChat Creator Companion
> 6. Click `Add`
### Import with [Unity Package Manager (git)](https://docs.unity3d.com/2019.4/Documentation/Manual/upm-ui-giturl.html):
> 1. In the Unity toolbar, select `Window` > `Package Manager` > `[+]` > `Add package from git URL...`
> 2. Paste the following link: `https://github.com/Varneon/UPM-Package-Generator.git?path=/Packages/com.varneon.upm-package-generator`
### Import from [Unitypackage](https://docs.unity3d.com/2019.4/Documentation/Manual/AssetPackagesImport.html):
> 1. Download latest UPM Package Generator from [here](https://github.com/Varneon/UPM-Package-Generator/releases/latest)
> 2. Import the downloaded .unitypackage into your Unity project