Merge pull request #2189 from ousttrue/fix/remove_unused_throw

[Sample] 不要コード削除
This commit is contained in:
ousttrue 2023-12-11 16:37:46 +09:00 committed by GitHub
commit ec9d1799e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)