Modified storage interface

This commit is contained in:
ousttrue
2018-06-18 22:51:37 +09:00
parent 91caa979f0
commit 98193ab756
4 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ public class VRMTest
exporter.Export();
// import
context.ParseJson<glTF_VRM>(gltf.ToJson(), new ArraySegment<byte>());
context.ParseJson<glTF_VRM>(gltf.ToJson(), new SimpleStorage());
Debug.LogFormat("{0}", context.Json);
gltfImporter.Import<glTF>(context);