From 891f6d1c204410794932893dac64b20cfa50fa46 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 6 Nov 2025 15:45:59 +0900 Subject: [PATCH 1/2] Add a dependency on com.unity.mathematics --- Packages/UniGLTF/package.json | 3 ++- Packages/packages-lock.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Packages/UniGLTF/package.json b/Packages/UniGLTF/package.json index 37af138ec..dcfaaa882 100644 --- a/Packages/UniGLTF/package.json +++ b/Packages/UniGLTF/package.json @@ -14,7 +14,8 @@ "com.unity.modules.animation": "1.0.0", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", - "com.unity.test-framework": "1.4.6" + "com.unity.test-framework": "1.4.6", + "com.unity.mathematics": "1.2.6" }, "samples": [ { diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index f483141b7..9ea5e1be8 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -154,7 +154,8 @@ "com.unity.modules.animation": "1.0.0", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", - "com.unity.test-framework": "1.4.6" + "com.unity.test-framework": "1.4.6", + "com.unity.mathematics": "1.2.6" } }, "com.vrmc.univrm": { From d5078ddb9a22766d70d4d3d253952df952b9a1f4 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 6 Nov 2025 15:51:47 +0900 Subject: [PATCH 2/2] documentationUrl --- Packages/UniGLTF/package.json | 1 + Packages/VRM/package.json | 3 ++- Packages/VRM10/package.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Packages/UniGLTF/package.json b/Packages/UniGLTF/package.json index dcfaaa882..e9abc0bd2 100644 --- a/Packages/UniGLTF/package.json +++ b/Packages/UniGLTF/package.json @@ -3,6 +3,7 @@ "version": "0.130.1", "displayName": "UniGLTF", "description": "GLTF importer and exporter", + "documentationUrl": "https://github.com/vrm-c/UniVRM", "unity": "2021.3", "keywords": [ "gltf" diff --git a/Packages/VRM/package.json b/Packages/VRM/package.json index b526aeb3e..5a99f96d2 100644 --- a/Packages/VRM/package.json +++ b/Packages/VRM/package.json @@ -3,6 +3,7 @@ "version": "0.130.1", "displayName": "VRM", "description": "VRM importer", + "documentationUrl": "https://github.com/vrm-c/UniVRM", "unity": "2021.3", "keywords": [ "vrm", @@ -39,4 +40,4 @@ "path": "Samples~/AnimationBridgeSample" } ] -} +} \ No newline at end of file diff --git a/Packages/VRM10/package.json b/Packages/VRM10/package.json index 14804a7c8..fc499631d 100644 --- a/Packages/VRM10/package.json +++ b/Packages/VRM10/package.json @@ -3,6 +3,7 @@ "version": "0.130.1", "displayName": "VRM-1.0", "description": "VRM-1.0 importer", + "documentationUrl": "https://github.com/vrm-c/UniVRM", "unity": "2021.3", "keywords": [ "vrm", @@ -34,4 +35,4 @@ "path": "Samples~/ClothSample" } ] -} +} \ No newline at end of file