From bcafcfd4a9a51fc518d5ef838f31b6cbd10ec130 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 10 May 2024 15:09:56 +0900 Subject: [PATCH] UniVRM-0.122.0 --- .vscode/launch.json | 8 +------- Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs | 4 ++-- Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs | 4 ++-- Assets/UniGLTF/package.json | 4 ++-- .../Samples~/FirstPersonSample/CanvasManager.cs | 4 ++-- Assets/VRM/Samples~/SimpleViewer/ViewerUI.cs | 10 +++++----- Assets/VRM/package.json | 6 +++--- .../VRM10FirstPersonSample/VRM10CanvasManager.cs | 4 ++-- .../VRM10/Samples~/VRM10Viewer/VRM10ViewerUI.cs | 16 ++++++++-------- Assets/VRM10/package.json | 6 +++--- Assets/VRMShaders/package.json | 2 +- 11 files changed, 31 insertions(+), 37 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f06d3347d..6de27a61e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,16 +1,10 @@ { "version": "0.2.0", "configurations": [ - { - "name": "Unity Editor", - "type": "unity", - "path": "${workspaceFolder}/Library/EditorInstance.json", - "request": "launch" - }, { "name": "Attach to Unity", "type": "vstuc", "request": "attach" } ] -} +} \ No newline at end of file diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index 50939f4c0..10bfb445f 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 = 121; + public const int MINOR = 122; public const int PATCH = 0; - public const string VERSION = "0.121.0"; + public const string VERSION = "0.122.0"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 50886b817..943446b14 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 = 57; + public const int MINOR = 58; public const int PATCH = 0; - public const string VERSION = "2.57.0"; + public const string VERSION = "2.58.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 97a4f50db..bedce5f47 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.121.0", + "version": "0.122.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.121.0", + "com.vrmc.vrmshaders": "0.122.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 6cf18248f..5647b532c 100644 --- a/Assets/VRM/Samples~/FirstPersonSample/CanvasManager.cs +++ b/Assets/VRM/Samples~/FirstPersonSample/CanvasManager.cs @@ -15,8 +15,8 @@ namespace VRM.FirstPersonSample private void Reset() { - LoadVRMButton = GameObject.FindObjectsOfType