Merge pull request #2692 from ousttrue/version/v0_129_3

UniVRM-0.129.3
This commit is contained in:
ousttrue
2025-07-10 17:29:22 +09:00
committed by GitHub
5 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 0;
public const int MINOR = 129;
public const int PATCH = 2;
public const string VERSION = "0.129.2";
public const int PATCH = 3;
public const string VERSION = "0.129.3";
}
}

View File

@@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 2;
public const int MINOR = 65;
public const int PATCH = 2;
public const string VERSION = "2.65.2";
public const int PATCH = 3;
public const string VERSION = "2.65.3";
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.gltf",
"version": "0.129.2",
"version": "0.129.3",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2021.3",

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.129.2",
"version": "0.129.3",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2021.3",
@@ -14,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.gltf": "0.129.2",
"com.vrmc.gltf": "0.129.3",
"com.unity.ugui": "1.0.0"
},
"samples": [

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrm",
"version": "0.129.2",
"version": "0.129.3",
"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.129.2"
"com.vrmc.gltf": "0.129.3"
},
"samples": [
{