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; }