Template README

February 24, 2021 ยท View on GitHub

Lorem ipsum description.

Installation

Requirements

  • Unity 2019.4 or later
$ git clone https://github.com/Zigurous/Template.git

Usage

Find the manifest.json file in the Packages directory in your project and edit it as follows:

{
  "dependencies": {
    "com.zigurous.template": "https://github.com/Zigurous/Template.git",
    ...
  },
}

To select a particular version of the package, add the suffix #{git-tag}.

  • e.g. "com.zigurous.template": "https://github.com/Zigurous/Template.git#1.2.0"

Acknowledgements

This package was originally generated from Shane Celis's unity-package-template.