Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Creates the package manifest file for a Unity package
- Host: GitHub
- URL: https://github.com/Artees/Unity-Package-Manifest-Generator
- Owner: Artees
- License: mit
- Created: 2019-09-07T03:50:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T15:44:11.000Z (6 months ago)
- Last Synced: 2024-05-16T04:44:23.273Z (6 months ago)
- Topics: unity, upm-package
- Language: C#
- Size: 56.6 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Package Manifest Generator
[![openupm](https://img.shields.io/npm/v/games.artees.package-manifest-generator?label=openupm®istry_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.