remove unused. #2160

This commit is contained in:
ousttrue
2023-12-11 16:27:07 +09:00
parent 1df18e1477
commit 228cc0c34e

View File

@@ -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)