From 314fb6d901255a16c22c14fef0883f56ab2c6f6f Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 7 Oct 2022 16:35:15 +0900 Subject: [PATCH] =?UTF-8?q?UniGLTF=5FSamples=20=E6=BC=8F=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/UniGLTF/package.json | 9 ++++++++- Assets/VRM/Editor/Format/VRMVersionMenu.cs | 13 ++++++++++--- Assets/VRM10/package.json | 4 ++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 9e5653c630..87f2db19b2 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -13,5 +13,12 @@ "dependencies": { "com.vrmc.vrmshaders": "0.105.0", "com.unity.modules.animation": "1.0.0" - } + }, + "samples": [ + { + "displayName": "GltfViewer", + "description": "UniGLTF runtime loader sample", + "path": "Samples~/GltfViewer" + } + ] } \ No newline at end of file diff --git a/Assets/VRM/Editor/Format/VRMVersionMenu.cs b/Assets/VRM/Editor/Format/VRMVersionMenu.cs index ee590a0f6f..6fd5927cd6 100644 --- a/Assets/VRM/Editor/Format/VRMVersionMenu.cs +++ b/Assets/VRM/Editor/Format/VRMVersionMenu.cs @@ -137,8 +137,8 @@ public UpmPackage(string path, string template) @"{{ ""name"": ""com.vrmc.vrm"", ""version"": ""{1}"", - ""displayName"": ""VRM-1.0β"", - ""description"": ""VRM-1.0β importer"", + ""displayName"": ""VRM-1.0"", + ""description"": ""VRM-1.0 importer"", ""unity"": ""2019.4"", ""keywords"": [ ""vrm"", @@ -186,7 +186,14 @@ public UpmPackage(string path, string template) ""dependencies"": {{ ""com.vrmc.vrmshaders"": ""{1}"", ""com.unity.modules.animation"": ""1.0.0"" - }} + }}, + ""samples"": [ + {{ + ""displayName"": ""GltfViewer"", + ""description"": ""UniGLTF runtime loader sample"", + ""path"": ""Samples~/GltfViewer"" + }} + ] }}"); [SerializeField] diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 2795000914..49a03dd952 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,8 +1,8 @@ { "name": "com.vrmc.vrm", "version": "0.105.0", - "displayName": "VRM-1.0β", - "description": "VRM-1.0β importer", + "displayName": "VRM-1.0", + "description": "VRM-1.0 importer", "unity": "2019.4", "keywords": [ "vrm",