Merge pull request #2755 from ousttrue/version/v0_131_0
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled

UniVRM-0.131.0
This commit is contained in:
ousttrue 2025-12-05 12:45:45 +09:00 committed by GitHub
commit 018eae39c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 19 additions and 24 deletions

View File

@ -4,8 +4,8 @@ namespace UniGLTF
public static partial class PackageVersion
{
public const int MAJOR = 0;
public const int MINOR = 130;
public const int PATCH = 1;
public const string VERSION = "0.130.1";
public const int MINOR = 131;
public const int PATCH = 0;
public const string VERSION = "0.131.0";
}
}

View File

@ -4,8 +4,8 @@ namespace UniGLTF
public static partial class UniGLTFVersion
{
public const int MAJOR = 2;
public const int MINOR = 66;
public const int PATCH = 1;
public const string VERSION = "2.66.1";
public const int MINOR = 67;
public const int PATCH = 0;
public const string VERSION = "2.67.0";
}
}

View File

@ -1,9 +1,8 @@
{
"name": "com.vrmc.gltf",
"version": "0.130.1",
"version": "0.131.0",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"documentationUrl": "https://github.com/vrm-c/UniVRM",
"unity": "2021.3",
"keywords": [
"gltf"
@ -15,8 +14,7 @@
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.test-framework": "1.4.6",
"com.unity.mathematics": "1.2.6"
"com.unity.test-framework": "1.4.6"
},
"samples": [
{

View File

@ -212,7 +212,7 @@ namespace VRM.DevOnly.PackageExporter
{
if (!VRMSampleCopy.Validate())
{
throw new Exception("SampleCopy is not same !");
throw new Exception("SampleCopy is not same !. Version Dialog do copy");
}
{

View File

@ -13,7 +13,7 @@ namespace VRM.SimpleViewer
return FileDialogForWindows.FileDialog(title, extensions);
#elif UNITY_WEBGL
// Open WebGL_VRM0X_SimpleViewer_FileDialog
// see: Assets/UniGLTF/Runtime/Utils/Plugins/OpenFile.jslib
// see: Packages/com.vrmc.gltf/Runtime/Utils/Plugins/OpenFile.jslib
WebGLUtil.WebGL_VRM0X_SimpleViewer_FileDialog("Canvas", "FileSelected");
// Control flow does not return here. return empty string with dummy
return "";

View File

@ -1,9 +1,8 @@
{
"name": "com.vrmc.univrm",
"version": "0.130.1",
"version": "0.131.0",
"displayName": "VRM",
"description": "VRM importer",
"documentationUrl": "https://github.com/vrm-c/UniVRM",
"unity": "2021.3",
"keywords": [
"vrm",
@ -15,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.gltf": "0.130.1",
"com.vrmc.gltf": "0.131.0",
"com.unity.ugui": "1.0.0"
},
"samples": [
@ -40,4 +39,4 @@
"path": "Samples~/AnimationBridgeSample"
}
]
}
}

View File

@ -1,9 +1,8 @@
{
"name": "com.vrmc.vrm",
"version": "0.130.1",
"version": "0.131.0",
"displayName": "VRM-1.0",
"description": "VRM-1.0 importer",
"documentationUrl": "https://github.com/vrm-c/UniVRM",
"unity": "2021.3",
"keywords": [
"vrm",
@ -16,7 +15,7 @@
},
"dependencies": {
"com.unity.timeline": "1.7.6",
"com.vrmc.gltf": "0.130.1"
"com.vrmc.gltf": "0.131.0"
},
"samples": [
{
@ -35,4 +34,4 @@
"path": "Samples~/ClothSample"
}
]
}
}

View File

@ -154,8 +154,7 @@
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.test-framework": "1.4.6",
"com.unity.mathematics": "1.2.6"
"com.unity.test-framework": "1.4.6"
}
},
"com.vrmc.univrm": {
@ -163,7 +162,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.vrmc.gltf": "0.130.1",
"com.vrmc.gltf": "0.131.0",
"com.unity.ugui": "1.0.0"
}
},
@ -173,7 +172,7 @@
"source": "embedded",
"dependencies": {
"com.unity.timeline": "1.7.6",
"com.vrmc.gltf": "0.130.1"
"com.vrmc.gltf": "0.131.0"
}
},
"com.unity.modules.ai": {