Skip to content

Commit

Permalink
Merge pull request #2374 from ousttrue/version/v0_124_2
Browse files Browse the repository at this point in the history
UniVRM-0.124.2
  • Loading branch information
ousttrue authored Jul 23, 2024
2 parents 4c79c6a + 2f38b0a commit 4b8d2f3
Show file tree
Hide file tree
Showing 9 changed files with 591 additions and 42 deletions.
4 changes: 2 additions & 2 deletions Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static partial class PackageVersion
{
public const int MAJOR = 0;
public const int MINOR = 124;
public const int PATCH = 1;
public const string VERSION = "0.124.1";
public const int PATCH = 2;
public const string VERSION = "0.124.2";
}
}
4 changes: 2 additions & 2 deletions Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static partial class UniGLTFVersion
{
public const int MAJOR = 2;
public const int MINOR = 60;
public const int PATCH = 1;
public const string VERSION = "2.60.1";
public const int PATCH = 2;
public const string VERSION = "2.60.2";
}
}
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.124.1",
"version": "0.124.2",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2021.3",
Expand All @@ -11,7 +11,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.124.1",
"com.vrmc.vrmshaders": "0.124.2",
"com.unity.modules.animation": "1.0.0"
},
"samples": [
Expand Down
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.124.1",
"version": "0.124.2",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2021.3",
Expand All @@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.124.1",
"com.vrmc.gltf": "0.124.1",
"com.vrmc.vrmshaders": "0.124.2",
"com.vrmc.gltf": "0.124.2",
"com.unity.ugui": "1.0.0"
},
"samples": [
Expand Down
1 change: 0 additions & 1 deletion Assets/VRM10/Samples~/VRM10Viewer/VRM10Loaded.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using UniGLTF;
using UniGLTF.Utils;
using UnityEngine;

namespace UniVRM10.VRM10Viewer
Expand Down
Loading

0 comments on commit 4b8d2f3

Please sign in to comment.