diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 9e5653c63..87f2db19b 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 ee590a0f6..6fd5927cd 100644 --- a/Assets/VRM/Editor/Format/VRMVersionMenu.cs +++ b/Assets/VRM/Editor/Format/VRMVersionMenu.cs @@ -137,8 +137,8 @@ namespace VRM @"{{ ""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 @@ namespace VRM ""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 279500091..49a03dd95 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",