From 613e8f7da958bed92645c2eabb6a97cbc13191f1 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Sun, 22 Jul 2018 02:52:53 +0900 Subject: [PATCH] Fixed /asset/generator --- Scripts/Format/VRMExporter.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/Format/VRMExporter.cs b/Scripts/Format/VRMExporter.cs index 1f4197c13..5e73fad52 100644 --- a/Scripts/Format/VRMExporter.cs +++ b/Scripts/Format/VRMExporter.cs @@ -25,8 +25,6 @@ namespace VRM { _Export(gltf, exporter, go); } - - gltf.asset.generator = string.Format("UniVRM-{0}.{1}", VRMVersion.MAJOR, VRMVersion.MINOR); return gltf; }