mirror of
https://github.com/MrUnknownDE/vcc-tools.git
synced 2026-04-19 06:53:48 +02:00
add custom domain
This commit is contained in:
@@ -17,7 +17,7 @@ You can add this tool as a custom package directly into your VCC.
|
|||||||
1. Open the VRChat Creator Companion.
|
1. Open the VRChat Creator Companion.
|
||||||
2. Navigate to **Settings** -> **Packages**.
|
2. Navigate to **Settings** -> **Packages**.
|
||||||
3. Click on **Add Repository**.
|
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.
|
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
|
## 🛠️ Manual Installation
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MrUnknownDE's VCC Tools",
|
"name": "MrUnknownDE's VCC Tools",
|
||||||
"id": "de.mrunknownde.vccrepo",
|
"id": "de.mrunknownde.vccrepo",
|
||||||
"url": "https://mrunknownde.github.io/unity-gittool/index.json",
|
"url": "https://vcc.mrunk.de/index.json",
|
||||||
"author": "mrunknownde",
|
"author": "mrunknownde",
|
||||||
"packages": {
|
"packages": {
|
||||||
"de.mrunknownde.gittool": {
|
"de.mrunknownde.gittool": {
|
||||||
|
|||||||
Reference in New Issue
Block a user