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