From 228cc0c34eaa16c64d4a4b3d356586a4fb6b3df3 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 11 Dec 2023 16:27:07 +0900 Subject: [PATCH] remove unused. #2160 --- .../VRM10RuntimeExporterSample/VRM10RuntimeExporter.cs | 5 ----- 1 file changed, 5 deletions(-) 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)