Updated UniGLTF

This commit is contained in:
ousttrue
2018-07-22 00:33:43 +09:00
parent e9649cee96
commit dee5e7c708
4 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ public class VRMTest
// import
context.ParseJson(gltf.ToJson(), new SimpleStorage());
Debug.LogFormat("{0}", context.Json);
gltfImporter.Import(context);
gltfImporter.Load(context);
AssertAreEqual(go.transform, context.Root.transform);
}