パッケージビルド手順の変更・パッケージの追加

This commit is contained in:
2024-08-15 17:38:10 +09:00
commit b904b9922a
18 changed files with 348 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"addr": "https://github.com/AoiKamishiro/SubAssetEditor.git",
"dir": "."
}
+4
View File
@@ -0,0 +1,4 @@
{
"addr": "https://github.com/Cysharp/UniTask.git",
"dir": "./src/UniTask/Assets/Plugins/UniTask"
}
+5
View File
@@ -0,0 +1,5 @@
{
"addr": "https://github.com/AoiKamishiro/AssetGraph.git",
"dir": ".",
"author": "Unity Technologies"
}
+5
View File
@@ -0,0 +1,5 @@
{
"addr": "https://github.com/vrm-c/UniVRM.git",
"dir": "./Assets/UniGLTF",
"tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
}
+5
View File
@@ -0,0 +1,5 @@
{
"addr": "https://github.com/vrm-c/UniVRM.git",
"dir": "./Assets/VRM",
"tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
}
+5
View File
@@ -0,0 +1,5 @@
{
"addr": "https://github.com/vrm-c/UniVRM.git",
"dir": "./Assets/VRM10",
"tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
}
+5
View File
@@ -0,0 +1,5 @@
{
"addr": "https://github.com/vrm-c/UniVRM.git",
"dir": "./Assets/VRMShaders",
"tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
}
@@ -0,0 +1,4 @@
{
"addr": "https://github.com/AoiKamishiro/ExternalToolsLauncher.git",
"dir": "."
}
+5
View File
@@ -0,0 +1,5 @@
{
"addr": "https://github.com/AoiKamishiro/Readme-Viewer.git",
"dir": ".",
"tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
}
@@ -0,0 +1,4 @@
{
"addr": "https://github.com/Taremin/CopyComponentsByRegex.git",
"dir": "."
}
@@ -0,0 +1,4 @@
{
"addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.avataremote.git",
"dir": "."
}
@@ -0,0 +1,4 @@
{
"addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.avatarpen.git",
"dir": "."
}
@@ -0,0 +1,4 @@
{
"addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.extended-liltoon",
"dir": "."
}
+6
View File
@@ -0,0 +1,6 @@
{
"addr": "https://GITLAB@gitlab.kamishiro.online/vrc-sdk-package/UTS2.git",
"dir": ".",
"name": "vrc.shaders.uts2",
"author": "VRC Shaders"
}