From 4862189ce21e919cca62fdf7939bcd218c3c7781 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 10 Jul 2025 17:24:15 +0900 Subject: [PATCH] UniVRM-0.129.3 --- Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs | 4 ++-- Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs | 4 ++-- Assets/UniGLTF/package.json | 2 +- Assets/VRM/package.json | 4 ++-- Assets/VRM10/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index e37857f65..8c8b3ff8f 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs @@ -5,7 +5,7 @@ namespace UniGLTF { public const int MAJOR = 0; public const int MINOR = 129; - public const int PATCH = 2; - public const string VERSION = "0.129.2"; + public const int PATCH = 3; + public const string VERSION = "0.129.3"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index ad4c83d70..e53ebd034 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -5,7 +5,7 @@ namespace UniGLTF { public const int MAJOR = 2; public const int MINOR = 65; - public const int PATCH = 2; - public const string VERSION = "2.65.2"; + public const int PATCH = 3; + public const string VERSION = "2.65.3"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 80a7981d0..97761e961 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.129.2", + "version": "0.129.3", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 1d95b13c2..b40b7f445 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.129.2", + "version": "0.129.3", "displayName": "VRM", "description": "VRM importer", "unity": "2021.3", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.gltf": "0.129.2", + "com.vrmc.gltf": "0.129.3", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 66644b5bc..2a684679b 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.129.2", + "version": "0.129.3", "displayName": "VRM-1.0", "description": "VRM-1.0 importer", "unity": "2021.3", @@ -15,7 +15,7 @@ }, "dependencies": { "com.unity.timeline": "1.7.6", - "com.vrmc.gltf": "0.129.2" + "com.vrmc.gltf": "0.129.3" }, "samples": [ {