mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 09:34:42 -05:00
fix: Fix specVersion of MToon 1.0-draft -> 1.0-beta
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user