UniVRM-0.99.4

This commit is contained in:
ousttrue
2022-08-01 14:53:45 +09:00
parent df66ce1415
commit cbf13a337e
6 changed files with 13 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 2;
public const int MINOR = 35;
public const int PATCH = 2;
public const string VERSION = "2.35.2";
public const int PATCH = 4;
public const string VERSION = "2.35.4";
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.gltf",
"version": "0.99.2",
"version": "0.99.4",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2019.4",
@@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.99.2"
"com.vrmc.vrmshaders": "0.99.4"
}
}

View File

@@ -5,7 +5,7 @@ namespace VRM
{
public const int MAJOR = 0;
public const int MINOR = 99;
public const int PATCH = 2;
public const string VERSION = "0.99.2";
public const int PATCH = 4;
public const string VERSION = "0.99.4";
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.99.2",
"version": "0.99.4",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2019.4",
@@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.99.2",
"com.vrmc.gltf": "0.99.2"
"com.vrmc.vrmshaders": "0.99.4",
"com.vrmc.gltf": "0.99.4"
},
"samples": [
{

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrm",
"version": "0.99.2",
"version": "0.99.4",
"displayName": "VRM-1.0β",
"description": "VRM-1.0β importer",
"unity": "2019.4",
@@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.99.2",
"com.vrmc.gltf": "0.99.2"
"com.vrmc.vrmshaders": "0.99.4",
"com.vrmc.gltf": "0.99.4"
},
"samples": [
{

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrmshaders",
"version": "0.99.2",
"version": "0.99.4",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2019.4",