https://github.com/alexmalyutindev/unity-upm-template
GitHub template repo for Unity UPM packages.
https://github.com/alexmalyutindev/unity-upm-template
unity unity-package-manager upm
Last synced: 5 months ago
JSON representation
GitHub template repo for Unity UPM packages.
- Host: GitHub
- URL: https://github.com/alexmalyutindev/unity-upm-template
- Owner: alexmalyutindev
- License: mit
- Created: 2021-09-12T18:45:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T20:49:47.000Z (over 4 years ago)
- Last Synced: 2025-06-12T22:06:14.754Z (about 1 year ago)
- Topics: unity, unity-package-manager, upm
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Unity UPM Template.
==========


Overview
--------
Installation
------------
Find the manifest.json file in the Packages folder of your project and add a line to `dependencies` field:
* `"com.alexmalyutindev.unity-upm-template": "https://github.com/alexmalyutindev/unity-upm-template.git#latest"`
Or, you can add this package using PackageManager `Add package from git URL` option:
* `https://github.com/alexmalyutindev/unity-upm-template.git#latest`
License
-------
This project is MIT License - see the [LICENSE](LICENSE) file for details