From d058be96f6a77062a4e5092e755eb290f067fd56 Mon Sep 17 00:00:00 2001 From: 0b5vr <0b5vr@0b5vr.com> Date: Fri, 9 Sep 2022 11:35:01 +0900 Subject: [PATCH] fix: Fix specVersion of MToon `1.0-draft` -> `1.0-beta` --- Assets/VRM10/Runtime/IO/Vrm10Exporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs b/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs index bd20f8cb4..3f0159365 100644 --- a/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs +++ b/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs @@ -14,7 +14,7 @@ namespace UniVRM10 public const string VRM_SPEC_VERSION = "1.0-beta"; public const string SPRINGBONE_SPEC_VERSION = "1.0-beta"; public const string NODE_CONSTRAINT_SPEC_VERSION = "1.0-beta"; - public const string MTOON_SPEC_VERSION = "1.0-draft"; + public const string MTOON_SPEC_VERSION = "1.0-beta"; public const string LICENSE_URL_JA = "https://vrm.dev/licenses/1.0/"; public const string LICENSE_URL_EN = "https://vrm.dev/licenses/1.0/en/";