Updated UniGLTF

This commit is contained in:
ousttrue
2018-07-23 15:02:29 +09:00
parent dc2ebb369f
commit 3d277731ed
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ namespace VRM
public VRMExporter(glTF gltf) : base(gltf)
{ }
public static glTF Export(GameObject go)
public new static glTF Export(GameObject go)
{
var gltf = new glTF();
using (var exporter = new VRMExporter(gltf)

Submodule UniGLTF updated: d65954fa54...1a7612a866