2.1.0 • Published 5 years ago
xyz.candycoded.gitstatus v2.1.0
GitStatus
Editor panel that displays the current git status.
Install
Unity Package Manager
Git
{
"dependencies": {
"xyz.candycoded.gitstatus": "https://github.com/CandyCoded/gitstatus.git#v1.0.0",
...
}
}
Scoped UPM Registry
{
"dependencies": {
"xyz.candycoded.gitstatus": "1.0.0",
...
},
"scopedRegistries": [
{
"name": "candycoded",
"url": "https://registry.npmjs.com",
"scopes": ["xyz.candycoded"]
}
]
}