diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index 0bde51129..8009ff450 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 = 117; + public const int MINOR = 118; public const int PATCH = 0; - public const string VERSION = "0.117.0"; + public const string VERSION = "0.118.0"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 3e7de369e..f5112ae63 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 = 53; + public const int MINOR = 54; public const int PATCH = 0; - public const string VERSION = "2.53.0"; + public const string VERSION = "2.54.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 1618ece1b..6b46c5a66 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.117.0", + "version": "0.118.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.117.0", + "com.vrmc.vrmshaders": "0.118.0", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 614a3fb8e..9fdc2b66d 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.117.0", + "version": "0.118.0", "displayName": "VRM", "description": "VRM importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.117.0", - "com.vrmc.gltf": "0.117.0", + "com.vrmc.vrmshaders": "0.118.0", + "com.vrmc.gltf": "0.118.0", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/Samples~/VRM10Viewer/VRM10ViewerUI.cs b/Assets/VRM10/Samples~/VRM10Viewer/VRM10ViewerUI.cs index 4fd52bd8a..d49310aa1 100644 --- a/Assets/VRM10/Samples~/VRM10Viewer/VRM10ViewerUI.cs +++ b/Assets/VRM10/Samples~/VRM10Viewer/VRM10ViewerUI.cs @@ -404,7 +404,7 @@ namespace UniVRM10.VRM10Viewer async void OnOpenMotionClicked() { #if UNITY_STANDALONE_WIN - var path = VRM10FileDialogForWindows.FileDialog("open Motion", "bvh", "gltf", "glb"); + var path = VRM10FileDialogForWindows.FileDialog("open Motion", "bvh", "gltf", "glb", "vrma"); #elif UNITY_EDITOR var path = UnityEditor.EditorUtility.OpenFilePanel("Open Motion", "", "bvh"); #else diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 4f634c83d..b2b10b5e5 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.117.0", + "version": "0.118.0", "displayName": "VRM-1.0", "description": "VRM-1.0 importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.117.0", - "com.vrmc.gltf": "0.117.0" + "com.vrmc.vrmshaders": "0.118.0", + "com.vrmc.gltf": "0.118.0" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 688950d60..7c1587eed 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.117.0", + "version": "0.118.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2021.3",