From 1501f61833ee836847540e3f22279e7ccddb4bd3 Mon Sep 17 00:00:00 2001 From: 0b5vr <0b5vr@0b5vr.com> Date: Thu, 28 Oct 2021 17:07:11 +0900 Subject: [PATCH] fix (VRM1.0, MToon): change export spec version to 1.0-beta --- Assets/VRM10/Runtime/IO/Material/Vrm10MToonMaterialExporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Runtime/IO/Material/Vrm10MToonMaterialExporter.cs b/Assets/VRM10/Runtime/IO/Material/Vrm10MToonMaterialExporter.cs index 7f50a6b55..633fc2a68 100644 --- a/Assets/VRM10/Runtime/IO/Material/Vrm10MToonMaterialExporter.cs +++ b/Assets/VRM10/Runtime/IO/Material/Vrm10MToonMaterialExporter.cs @@ -10,7 +10,7 @@ namespace UniVRM10 { public static class Vrm10MToonMaterialExporter { - const string MTOON_SPEC_VERSION = "1.0-draft"; + const string MTOON_SPEC_VERSION = "1.0-beta"; public static bool TryExportMaterialAsMToon(Material src, ITextureExporter textureExporter, out glTFMaterial dst) {