対応パッケージの変更

This commit is contained in:
2024-08-14 15:19:03 +00:00
parent 43b3b824e7
commit c447089cba
13 changed files with 30 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
{
"addr": "https://github.com/AnnulusGames/uPools.git",
"dir": "./Assets/uPools",
"tagRegex": "^v([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$"
}

View File

@@ -0,0 +1,5 @@
{
"addr":"https://github.com/Cysharp/R3.git",
"dir":"./src/R3.Unity/Assets/R3.Unity",
"tagRegex": "^([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$"
}

View File

@@ -1,4 +1,5 @@
{ {
"addr": "https://github.com/Cysharp/UniTask.git", "addr": "https://github.com/Cysharp/UniTask.git",
"dir": "./src/UniTask/Assets/Plugins/UniTask" "dir": "./src/UniTask/Assets/Plugins/UniTask",
"tagRegex": "^([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$"
} }

View File

@@ -0,0 +1,5 @@
{
"addr":"https://github.com/GlitchEnzo/NuGetForUnity.git",
"dir":"./src/NuGetForUnity",
"tagRegex": "^v([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$"
}

View File

@@ -0,0 +1,5 @@
{
"addr":"https://github.com/hecomi/uLipSync.git",
"dir":"./Assets/uLipSync",
"tagRegex": "^v([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$"
}

View File

@@ -0,0 +1,5 @@
{
"addr": "https://github.com/Mathijs-Bakker/Extenject.git",
"dir": "./UnityProject/Assets/Plugins/Zenject/Source",
"tagRegex": "^([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$"
}

View File

@@ -1,5 +0,0 @@
{
"addr": "https://github.com/AoiKamishiro/AssetGraph.git",
"dir": ".",
"author": "Unity Technologies"
}

View File

@@ -1,5 +1,6 @@
{ {
"addr": "https://github.com/vrm-c/UniVRM.git", "addr": "https://github.com/vrm-c/UniVRM.git",
"dir": "./Assets/VRMShaders", "dir": "./Assets/VRMShaders",
"tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$" "tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$",
"ignore": "true"
} }

View File

@@ -1,5 +1,5 @@
{ {
"addr": "https://github.com/AoiKamishiro/Readme-Viewer.git", "addr": "https://github.com/AoiKamishiro/Readme-Viewer.git",
"dir": ".", "dir": ".",
"tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$" "tagRegex": "^v([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$"
} }

View File

@@ -1,4 +0,0 @@
{
"addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.avataremote.git",
"dir": "."
}

View File

@@ -1,4 +0,0 @@
{
"addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.avatarpen.git",
"dir": "."
}

View File

@@ -1,4 +0,0 @@
{
"addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.extended-liltoon",
"dir": "."
}

View File

@@ -1,6 +0,0 @@
{
"addr": "https://GITLAB@gitlab.kamishiro.online/vrc-sdk-package/UTS2.git",
"dir": ".",
"name": "vrc.shaders.uts2",
"author": "VRC Shaders"
}