Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Artees/Unity-Package-Manifest-Generator

Creates the package manifest file for a Unity package
https://github.com/Artees/Unity-Package-Manifest-Generator

unity upm-package

Last synced: about 2 months ago
JSON representation

Creates the package manifest file for a Unity package

Awesome Lists containing this project

README

        

# Unity Package Manifest Generator

[![openupm](https://img.shields.io/npm/v/games.artees.package-manifest-generator?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/games.artees.package-manifest-generator/)

Creates the [package manifest](https://docs.unity3d.com/Manual/upm-manifestPkg.html) file for a [Unity package](https://docs.unity3d.com/Manual/Packages.html).

![Property drawer](https://github.com/Artees/Unity-Package-Manifest-Generator/raw/master/PackageImporter.png)

# Installation

Install the package **games.artees.package-manifest-generator** using [my package registry](https://artees.games/upm).

Or install via the [OpenUPM registry](https://openupm.com/packages/games.artees.package-manifest-generator/). (Requires [openupm-cli](https://github.com/openupm/openupm-cli))

```
openupm add games.artees.package-manifest-generator
```

# Usage

Select the context menu named "Create/Artees/Package Manifest" in the Project window.