mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-25 03:55:52 -05:00
Merge pull request #2782 from ousttrue/version/v0_131_1
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
UniVRM-0.131.1
This commit is contained in:
@@ -5,7 +5,7 @@ namespace UniGLTF
|
||||
{
|
||||
public const int MAJOR = 0;
|
||||
public const int MINOR = 131;
|
||||
public const int PATCH = 0;
|
||||
public const string VERSION = "0.131.0";
|
||||
public const int PATCH = 1;
|
||||
public const string VERSION = "0.131.1";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace UniGLTF
|
||||
{
|
||||
public const int MAJOR = 2;
|
||||
public const int MINOR = 67;
|
||||
public const int PATCH = 0;
|
||||
public const string VERSION = "2.67.0";
|
||||
public const int PATCH = 1;
|
||||
public const string VERSION = "2.67.1";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.gltf",
|
||||
"version": "0.131.0",
|
||||
"version": "0.131.1",
|
||||
"displayName": "UniGLTF",
|
||||
"description": "GLTF importer and exporter",
|
||||
"unity": "2021.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.univrm",
|
||||
"version": "0.131.0",
|
||||
"version": "0.131.1",
|
||||
"displayName": "VRM",
|
||||
"description": "VRM importer",
|
||||
"unity": "2021.3",
|
||||
@@ -14,7 +14,7 @@
|
||||
"name": "VRM Consortium"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.vrmc.gltf": "0.131.0",
|
||||
"com.vrmc.gltf": "0.131.1",
|
||||
"com.unity.ugui": "1.0.0"
|
||||
},
|
||||
"samples": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.vrm",
|
||||
"version": "0.131.0",
|
||||
"version": "0.131.1",
|
||||
"displayName": "VRM-1.0",
|
||||
"description": "VRM-1.0 importer",
|
||||
"unity": "2021.3",
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"com.unity.timeline": "1.7.6",
|
||||
"com.vrmc.gltf": "0.131.0"
|
||||
"com.vrmc.gltf": "0.131.1"
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
"depth": 0,
|
||||
"source": "embedded",
|
||||
"dependencies": {
|
||||
"com.vrmc.gltf": "0.131.0",
|
||||
"com.vrmc.gltf": "0.131.1",
|
||||
"com.unity.ugui": "1.0.0"
|
||||
}
|
||||
},
|
||||
@@ -173,7 +173,7 @@
|
||||
"source": "embedded",
|
||||
"dependencies": {
|
||||
"com.unity.timeline": "1.7.6",
|
||||
"com.vrmc.gltf": "0.131.0"
|
||||
"com.vrmc.gltf": "0.131.1"
|
||||
}
|
||||
},
|
||||
"com.unity.modules.ai": {
|
||||
|
||||
Reference in New Issue
Block a user