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: 5 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T15:44:11.000Z (12 months ago)
- Last Synced: 2024-11-12T17:48:11.895Z (6 months ago)
- Topics: unity, upm-package
- Language: C#
- Size: 56.6 KB
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Package Manifest Generator
[](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).

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