Unity editor panel that displays the current git status.
- Asset status icons
- Branch switching
- Discard changes to files or folder
- Editor status panel
- MacOS and Windows support 🎉
{
"dependencies": {
"xyz.candycoded.gitstatus": "https://github.com/CandyCoded/gitstatus.git#v2.1.0",
...
}
}
{
"dependencies": {
"xyz.candycoded.gitstatus": "2.1.0",
...
},
"scopedRegistries": [
{
"name": "candycoded",
"url": "https://registry.npmjs.com",
"scopes": ["xyz.candycoded"]
}
]
}