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

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.

Awesome Lists containing this project

README

          

Unity UPM Template.
==========

![Build](https://github.com/alexmalyutindev/unity-upm-template/actions/workflows/upm-ci.yml/badge.svg)
![Release](https://img.shields.io/github/v/release/alexmalyutindev/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