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
- Host: GitHub
- URL: https://github.com/varneon/upm-package-generator
- Owner: Varneon
- License: mit
- Created: 2022-09-01T06:19:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T05:02:10.000Z (over 2 years ago)
- Last Synced: 2025-04-07T03:09:58.857Z (about 1 year ago)
- Topics: unity-editor, unity-package-manager
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# UPM Package Generator [](https://github.com/Varneon/UPM-Package-Generator/blob/main/LICENSE) [](https://github.com/Varneon/UPM-Package-Generator/stargazers) [](https://github.com/Varneon/UPM-Package-Generator/releases) [](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_

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