Skip to content

Installation

Simeon Radivoev edited this page Sep 15, 2019 · 1 revision

In a unity project go to your Packages folder. Open manifest.json and add into the dependencies the following line:

"uni-git": "https://github.com/simeonradivoev/UniGit.git"

It should look something like this:

{
    "dependencies": {
        "com.unity.ugui": "1.0.0",
        "com.unity.modules.ui": "1.0.0",
        "uni-git": "https://github.com/simeonradivoev/UniGit.git",
    } 
}
Clone this wiki locally