mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
fix: Fix specVersion of MToon 1.0-draft -> 1.0-beta
This commit is contained in:
parent
e73840aec1
commit
d058be96f6
|
|
@ -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/";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user