diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index a4cedba3c..30fa47b9f 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 = 115; + public const int MINOR = 116; public const int PATCH = 0; - public const string VERSION = "0.115.0"; + public const string VERSION = "0.116.0"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 2e1bf98b4..528903dec 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 = 51; + public const int MINOR = 52; public const int PATCH = 0; - public const string VERSION = "2.51.0"; + public const string VERSION = "2.52.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index fe69e0685..f3d7b43d9 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.115.0", + "version": "0.116.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.115.0", + "com.vrmc.vrmshaders": "0.116.0", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index a5edbc92b..bf9111c35 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.115.0", + "version": "0.116.0", "displayName": "VRM", "description": "VRM importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.115.0", - "com.vrmc.gltf": "0.115.0", + "com.vrmc.vrmshaders": "0.116.0", + "com.vrmc.gltf": "0.116.0", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/Samples~/VRM10RuntimeExporterSample/VRM10RuntimeExporter.cs b/Assets/VRM10/Samples~/VRM10RuntimeExporterSample/VRM10RuntimeExporter.cs index 17b6c9f64..679e49ede 100644 --- a/Assets/VRM10/Samples~/VRM10RuntimeExporterSample/VRM10RuntimeExporter.cs +++ b/Assets/VRM10/Samples~/VRM10RuntimeExporterSample/VRM10RuntimeExporter.cs @@ -153,11 +153,6 @@ namespace UniVRM10.RuntimeExporterSample return exporter.Storage.ToGlbBytes(); } - - // var vrm = VRMExporter.Export(new UniGLTF.GltfExportSettings(), model, new RuntimeTextureSerializer()); - // var bytes = vrm.ToGlbBytes(); - // return bytes; - throw new System.NotImplementedException(); } void OnExported(UniGLTF.glTF vrm) diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index ce68d9f4f..2a3942ae1 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.115.0", + "version": "0.116.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.115.0", - "com.vrmc.gltf": "0.115.0" + "com.vrmc.vrmshaders": "0.116.0", + "com.vrmc.gltf": "0.116.0" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index ef418bad1..ba34fb901 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.115.0", + "version": "0.116.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2021.3",