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

This commit is contained in:
2023-01-30 01:36:59 +00:00
commit b904b9922a
18 changed files with 348 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"addr": "https://github.com/AoiKamishiro/SubAssetEditor.git",
"dir": "."
}

View File

@@ -0,0 +1,4 @@
{
"addr": "https://github.com/Cysharp/UniTask.git",
"dir": "./src/UniTask/Assets/Plugins/UniTask"
}

View File

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

5
repos/com.vrmc.gltf.json Normal file
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]+$"
}

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
repos/com.vrmc.vrm.json Normal file
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]+$"
}

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]+$"
}

View File

@@ -0,0 +1,4 @@
{
"addr": "https://github.com/AoiKamishiro/ExternalToolsLauncher.git",
"dir": "."
}

View File

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

View File

@@ -0,0 +1,4 @@
{
"addr": "https://github.com/Taremin/CopyComponentsByRegex.git",
"dir": "."
}

View File

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

View File

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

View File

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

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"
}