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