fix api ussage. remove dataChunk arguments

This commit is contained in:
ousttrue
2018-04-19 02:23:44 +09:00
parent 025afe2b45
commit 8aff63c61a
4 changed files with 21 additions and 25 deletions

View File

@@ -61,7 +61,7 @@ public class VRMTest
// import
context.Json = gltf.ToJson();
Debug.LogFormat("{0}", context.Json);
gltfImporter.Import<glTF>(context, new ArraySegment<byte>());
gltfImporter.Import<glTF>(context);
AssertAreEqual(go.transform, context.Root.transform);
}