mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 20:08:53 -05:00
Modified storage interface
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user