An open API service indexing awesome lists of open source software.

https://github.com/varneon/upm-package-generator

Unity Editor extension for easily creating new UPM packages
https://github.com/varneon/upm-package-generator

unity-editor unity-package-manager

Last synced: 12 months ago
JSON representation

Unity Editor extension for easily creating new UPM packages

Awesome Lists containing this project

README

          

# 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](https://github.com/Varneon/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_

![WindowPreview](https://user-images.githubusercontent.com/26690821/188268887-26f0468e-a670-4bda-9fcb-eb67f87849e8.png)

## 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