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