update: UniVRMの更新対応
Some checks failed
Release / build (push) Failing after 15s
renovate / renovate (push) Failing after 59s

This commit is contained in:
2026-02-14 02:25:13 +09:00
parent 7e2b38a64e
commit 472c406e3a
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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