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)