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