Updated UniGLTF(refactor importer api)

This commit is contained in:
ousttrue
2018-09-21 22:27:01 +09:00
parent a674e60709
commit 529c65fe3a
3 changed files with 10 additions and 15 deletions

View File

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