mirror of
https://github.com/MrUnknownDE/vcc-tools.git
synced 2026-05-04 22:26:06 +02:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a96aabad1 | |||
| 545e48e2e4 | |||
| 27a11704eb | |||
| dba802bf58 |
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "de.mrunknownde.gittool.Editor",
|
||||
"rootNamespace": "",
|
||||
"references": [],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
@@ -17,7 +17,7 @@ You can add this tool as a custom package directly into your VCC.
|
||||
1. Open the VRChat Creator Companion.
|
||||
2. Navigate to **Settings** -> **Packages**.
|
||||
3. Click on **Add Repository**.
|
||||
4. Enter your custom repo URL: `[YOUR_INDEX_JSON_URL_HERE]`
|
||||
4. Enter your custom repo URL: `https://vcc.mrunk.de/index.json`
|
||||
5. In your project views, under "Manage Project", the **VRChat Git Control Tool** will now appear. Simply click the plus icon to add it.
|
||||
|
||||
## 🛠️ Manual Installation
|
||||
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "MrUnknownDE's VCC Tools",
|
||||
"id": "de.mrunknownde.vccrepo",
|
||||
"url": "https://vcc.mrunk.de/index.json",
|
||||
"author": "mrunknownde",
|
||||
"packages": {
|
||||
"de.mrunknownde.gittool": {
|
||||
"versions": {
|
||||
"1.0.1": {
|
||||
"name": "de.mrunknownde.gittool",
|
||||
"version": "1.0.1",
|
||||
"displayName": "VRChat Git Control Tool",
|
||||
"url": "https://github.com/MrUnknownDE/unity-gittool/archive/refs/tags/v1.0.1.zip",
|
||||
"unity": "2022.3",
|
||||
"description": "A lightweight, integrated Git panel for Unity."
|
||||
},
|
||||
"1.0.0": {
|
||||
"name": "de.mrunknownde.gittool",
|
||||
"version": "1.0.0",
|
||||
"displayName": "VRChat Git Control Tool",
|
||||
"url": "https://github.com/MrUnknownDE/unity-gittool/archive/refs/tags/v1.0.0.zip",
|
||||
"unity": "2022.3",
|
||||
"description": "A lightweight, integrated Git panel for Unity."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user