From 3a754d7114905bbcacbfb9ac69143dc4ec6a88ea Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 7 Jun 2024 17:07:10 +0900 Subject: [PATCH] =?UTF-8?q?UniVRM-0.123.0=20Sample=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=81=82=E3=82=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UniGLTF/Runtime/UniGLTF/PackageVersion.cs | 4 +-- .../UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs | 4 +-- Assets/UniGLTF/package.json | 4 +-- .../FirstPersonSample/CanvasManager.cs | 5 +++ Assets/VRM/Samples~/SimpleViewer/ViewerUI.cs | 18 +++++++++++ Assets/VRM/package.json | 6 ++-- .../VRM10CanvasManager.cs | 5 +++ .../Samples~/VRM10Viewer/VRM10ViewerUI.cs | 32 +++++++++++++++++++ Assets/VRM10/package.json | 6 ++-- Assets/VRMShaders/package.json | 2 +- 10 files changed, 73 insertions(+), 13 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index 10bfb445f..6abbdf9d5 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs @@ -4,8 +4,8 @@ namespace UniGLTF public static partial class PackageVersion { public const int MAJOR = 0; - public const int MINOR = 122; + public const int MINOR = 123; public const int PATCH = 0; - public const string VERSION = "0.122.0"; + public const string VERSION = "0.123.0"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 943446b14..48b58488a 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 = 58; + public const int MINOR = 59; public const int PATCH = 0; - public const string VERSION = "2.58.0"; + public const string VERSION = "2.59.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index bedce5f47..63657e6f8 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.122.0", + "version": "0.123.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.122.0", + "com.vrmc.vrmshaders": "0.123.0", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/Samples~/FirstPersonSample/CanvasManager.cs b/Assets/VRM/Samples~/FirstPersonSample/CanvasManager.cs index 5647b532c..1fb548223 100644 --- a/Assets/VRM/Samples~/FirstPersonSample/CanvasManager.cs +++ b/Assets/VRM/Samples~/FirstPersonSample/CanvasManager.cs @@ -15,8 +15,13 @@ namespace VRM.FirstPersonSample private void Reset() { +#if UNITY_2022_3_OR_NEWER LoadVRMButton = GameObject.FindObjectsByType