An open source GIT Unity3D editor plugin.
For more info on all the features and how to use them, check out the wiki.
History Window | Diff Window |
---|---|
Status Overlays | Diff Inspector | Settings window |
---|---|---|
Blame Window | Sub Modules | Git Log |
---|---|---|
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",
"com.simeonradivoev.uni-git": "https://github.com/simeonradivoev/UniGit.git",
}
}
As of the new Unity Package system. There is no need to build UniGit into dlls. The new package system allows packages to be pulled directly from git and unity compiles all the source codes and generally keeps the package away from any project files. This is really convenient and allows for quick and easy updates. Images and resources also don't need to be packed in an assembly they can just be included in the package and be managed by unity.
As of version 1.5 the assets store is no longer supported because of the new package system. Check out the Installation guide to see how to include Uni git in your project
It may be re-added later down the line once the asset store is more tightly integrated with the package manager. Older version can be found on the Asset Store