From 806ae8d0600d40870cd990b087e3dc0bf82fbb98 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 27 Oct 2021 21:02:08 +0900 Subject: [PATCH] const LICENSE_URL_JA --- Assets/VRM10/Runtime/IO/Vrm10Exporter.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs b/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs index 162ce5456..fac6c4d8c 100644 --- a/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs +++ b/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs @@ -13,6 +13,9 @@ namespace UniVRM10 { public const string VRM_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/"; + public readonly Vrm10Storage Storage = new Vrm10Storage(); public readonly string VrmExtensionName = "VRMC_vrm"; @@ -255,6 +258,7 @@ namespace UniVRM10 }, Meta = new UniGLTF.Extensions.VRMC_vrm.Meta { + LicenseUrl = LICENSE_URL_JA, AllowExcessivelySexualUsage = false, AllowExcessivelyViolentUsage = false, AllowPoliticalOrReligiousUsage = false,