From 4896e783dac39bfde03074945acc3ccc5227d90d Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 12 Oct 2023 13:38:35 +0900 Subject: [PATCH] UniVRM-0.115.0 --- Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs | 4 ++-- Assets/UniGLTF/package.json | 6 +++--- Assets/VRM/Runtime/Format/VRMVersion.cs | 4 ++-- Assets/VRM/package.json | 8 ++++---- Assets/VRM10/package.json | 8 ++++---- Assets/VRMShaders/package.json | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index ad008ff6a..2e1bf98b4 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -4,8 +4,8 @@ namespace UniGLTF public static partial class UniGLTFVersion { public const int MAJOR = 2; - public const int MINOR = 50; + public const int MINOR = 51; public const int PATCH = 0; - public const string VERSION = "2.50.0"; + public const string VERSION = "2.51.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index ab8426f40..fe69e0685 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,9 +1,9 @@ { "name": "com.vrmc.gltf", - "version": "0.114.0", + "version": "0.115.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", - "unity": "2019.4", + "unity": "2021.3", "keywords": [ "gltf" ], @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.114.0", + "com.vrmc.vrmshaders": "0.115.0", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 0de282312..a0da2efa8 100644 --- a/Assets/VRM/Runtime/Format/VRMVersion.cs +++ b/Assets/VRM/Runtime/Format/VRMVersion.cs @@ -4,8 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 114; + public const int MINOR = 115; public const int PATCH = 0; - public const string VERSION = "0.114.0"; + public const string VERSION = "0.115.0"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 34475632c..a5edbc92b 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,9 +1,9 @@ { "name": "com.vrmc.univrm", - "version": "0.114.0", + "version": "0.115.0", "displayName": "VRM", "description": "VRM importer", - "unity": "2019.4", + "unity": "2021.3", "keywords": [ "vrm", "importer", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.114.0", - "com.vrmc.gltf": "0.114.0", + "com.vrmc.vrmshaders": "0.115.0", + "com.vrmc.gltf": "0.115.0", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index cd564eb56..ce68d9f4f 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,9 +1,9 @@ { "name": "com.vrmc.vrm", - "version": "0.114.0", + "version": "0.115.0", "displayName": "VRM-1.0", "description": "VRM-1.0 importer", - "unity": "2019.4", + "unity": "2021.3", "keywords": [ "vrm", "importer", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.114.0", - "com.vrmc.gltf": "0.114.0" + "com.vrmc.vrmshaders": "0.115.0", + "com.vrmc.gltf": "0.115.0" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index bdab55247..ef418bad1 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,9 +1,9 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.114.0", + "version": "0.115.0", "displayName": "VRM Shaders", "description": "VRM Shaders", - "unity": "2019.4", + "unity": "2021.3", "keywords": [ "vrm", "shader"