From 3d277731edb9cdf15641b07eb625ee7c8aecc148 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 23 Jul 2018 15:02:29 +0900 Subject: [PATCH] Updated UniGLTF --- Scripts/Format/VRMExporter.cs | 2 +- UniGLTF | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Format/VRMExporter.cs b/Scripts/Format/VRMExporter.cs index 5e73fad52..5b56fcc61 100644 --- a/Scripts/Format/VRMExporter.cs +++ b/Scripts/Format/VRMExporter.cs @@ -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) diff --git a/UniGLTF b/UniGLTF index d65954fa5..1a7612a86 160000 --- a/UniGLTF +++ b/UniGLTF @@ -1 +1 @@ -Subproject commit d65954fa54388b15273293b9c87d97370195426e +Subproject commit 1a7612a866487b5a442e93d390ec62a9b1d93961