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: 12 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T15:44:11.000Z (about 2 years ago)
- Last Synced: 2025-05-08T03:36:17.418Z (about 1 year ago)
- Topics: unity, upm-package
- Language: C#
- Size: 56.6 KB
- Stars: 16
- Watchers: 3
- 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.