mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-26 12:55:18 -05:00
Merge pull request #2189 from ousttrue/fix/remove_unused_throw
[Sample] 不要コード削除
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user