mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 14:29:38 -05:00
fix api ussage. remove dataChunk arguments
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user