update VersionMenu

* vrm-1 の更新忘れてた
* samples 追加
This commit is contained in:
ousttrue
2021-08-18 18:04:18 +09:00
parent 2cd4331c99
commit cb5a30d683
7 changed files with 88 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 2;
public const int MINOR = 16;
public const int PATCH = 0;
public const string VERSION = "2.16.0";
public const int PATCH = 1;
public const string VERSION = "2.16.1";
}
}

View File

@@ -1,9 +1,9 @@
{
"name": "com.vrmc.unigltf",
"version": "2.16.0",
"version": "2.16.1",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2018.4",
"unity": "2019.4",
"keywords": [
"gltf"
],
@@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.80.0"
"com.vrmc.vrmshaders": "0.80.1"
}
}

View File

@@ -76,7 +76,7 @@ namespace VRM
""version"": ""{1}"",
""displayName"": ""VRM Shaders"",
""description"": ""VRM Shaders"",
""unity"": ""2018.4"",
""unity"": ""2019.4"",
""keywords"": [
""vrm"",
""shader""
@@ -92,7 +92,52 @@ namespace VRM
""version"": ""{1}"",
""displayName"": ""VRM"",
""description"": ""VRM importer"",
""unity"": ""2018.4"",
""unity"": ""2019.4"",
""keywords"": [
""vrm"",
""importer"",
""avatar"",
""vr""
],
""author"": {{
""name"": ""VRM Consortium""
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.unigltf"": ""{0}""
}},
""samples"": [
{{
""displayName"": ""SimpleViewer"",
""description"": ""VRM runtime loader sample"",
""path"": ""Samples/SimpleViewer""
}},
{{
""displayName"": ""FirstPersonSample"",
""description"": ""First Person layer sample with multi camera"",
""path"": ""Samples/FirstPersonSample""
}},
{{
""displayName"": ""RuntimeExporterSample"",
""description"": ""VRM runtime exporter sample"",
""path"": ""Samples/RuntimeExporterSample""
}},
{{
""displayName"": ""AnimationBridgeSample"",
""description"": ""BlendShape animation clip sample"",
""path"": ""Samples/AnimationBridgeSample""
}}
]
}}
"),
new UpmPackage("VRM1", "Assets/VRM10/package.json",
@"{{
""name"": ""com.vrmc.univrm1"",
""version"": ""{1}"",
""displayName"": ""VRM-1.0β"",
""description"": ""VRM-1.0β importer"",
""unity"": ""2019.4"",
""keywords"": [
""vrm"",
""importer"",
@@ -108,6 +153,7 @@ namespace VRM
}}
}}
"),
};
UpmPackage UniGLTFPackage = new UpmPackage("UniGLTF", "Assets/UniGLTF/package.json",
@@ -116,7 +162,7 @@ namespace VRM
""version"": ""{0}"",
""displayName"": ""UniGLTF"",
""description"": ""GLTF importer and exporter"",
""unity"": ""2018.4"",
""unity"": ""2019.4"",
""keywords"": [
""gltf""
],

View File

@@ -5,7 +5,7 @@ namespace VRM
{
public const int MAJOR = 0;
public const int MINOR = 80;
public const int PATCH = 0;
public const string VERSION = "0.80.0";
public const int PATCH = 1;
public const string VERSION = "0.80.1";
}
}

View File

@@ -1,9 +1,9 @@
{
"name": "com.vrmc.univrm",
"version": "0.80.0",
"version": "0.80.1",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
"unity": "2019.4",
"keywords": [
"vrm",
"importer",
@@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.80.0",
"com.vrmc.unigltf": "2.16.0"
"com.vrmc.vrmshaders": "0.80.1",
"com.vrmc.unigltf": "2.16.1"
},
"samples": [
{
@@ -32,6 +32,11 @@
"displayName": "RuntimeExporterSample",
"description": "VRM runtime exporter sample",
"path": "Samples/RuntimeExporterSample"
},
{
"displayName": "AnimationBridgeSample",
"description": "BlendShape animation clip sample",
"path": "Samples/AnimationBridgeSample"
}
]
}
}

View File

@@ -1,11 +1,20 @@
{
"name": "com.vrmc.univrm1",
"displayName": "VRM-1.0",
"version": "0.64.0",
"unity": "2019.4",
"description": "vrm unity utility",
"dependencies": {
"com.vrmc.vrmshaders": "0.64.0",
"com.vrmc.unigltf": "2.0.1"
}
}
{
"name": "com.vrmc.univrm1",
"version": "0.80.1",
"displayName": "VRM-1.0β",
"description": "VRM-1.0β importer",
"unity": "2019.4",
"keywords": [
"vrm",
"importer",
"avatar",
"vr"
],
"author": {
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.80.1",
"com.vrmc.unigltf": "2.16.1"
}
}

View File

@@ -1,9 +1,9 @@
{
"name": "com.vrmc.vrmshaders",
"version": "0.80.0",
"version": "0.80.1",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2018.4",
"unity": "2019.4",
"keywords": [
"vrm",
"shader"