Skip to content

Commit

Permalink
Merge pull request #2013 from ousttrue/version/v0_109_0
Browse files Browse the repository at this point in the history
UniVRM-0.109.0
  • Loading branch information
ousttrue authored Mar 13, 2023
2 parents 10aead0 + 4bfd536 commit e0ec1be
Show file tree
Hide file tree
Showing 23 changed files with 1,936 additions and 201 deletions.
4 changes: 2 additions & 2 deletions Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace UniGLTF
public static partial class UniGLTFVersion
{
public const int MAJOR = 2;
public const int MINOR = 44;
public const int MINOR = 45;
public const int PATCH = 0;
public const string VERSION = "2.44.0";
public const string VERSION = "2.45.0";
}
}
4 changes: 2 additions & 2 deletions Assets/UniGLTF/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.gltf",
"version": "0.108.0",
"version": "0.109.0",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2019.4",
Expand All @@ -11,7 +11,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.108.0",
"com.vrmc.vrmshaders": "0.109.0",
"com.unity.modules.animation": "1.0.0"
},
"samples": [
Expand Down
4 changes: 2 additions & 2 deletions Assets/VRM/Runtime/Format/VRMVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 108;
public const int MINOR = 109;
public const int PATCH = 0;
public const string VERSION = "0.108.0";
public const string VERSION = "0.109.0";
}
}
6 changes: 3 additions & 3 deletions Assets/VRM/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.108.0",
"version": "0.109.0",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2019.4",
Expand All @@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.108.0",
"com.vrmc.gltf": "0.108.0",
"com.vrmc.vrmshaders": "0.109.0",
"com.vrmc.gltf": "0.109.0",
"com.unity.ugui": "1.0.0"
},
"samples": [
Expand Down
8 changes: 8 additions & 0 deletions Assets/VRM10/Samples~/VRM10RuntimeExporterSample.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e0ec1be

Please sign in to comment.