mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-21 18:05:03 -05:00
UniVRM-0.131.0
This commit is contained in:
parent
a1cc527638
commit
76767f3813
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 "";
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user