mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 12:29:23 -05:00
UniVRM-0.129.2
This commit is contained in:
@@ -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 = 0;
|
||||
public const string VERSION = "0.130.0";
|
||||
public const int MINOR = 129;
|
||||
public const int PATCH = 2;
|
||||
public const string VERSION = "0.129.2";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 = 0;
|
||||
public const string VERSION = "2.66.0";
|
||||
public const int MINOR = 65;
|
||||
public const int PATCH = 2;
|
||||
public const string VERSION = "2.65.2";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.gltf",
|
||||
"version": "0.130.0",
|
||||
"version": "0.129.2",
|
||||
"displayName": "UniGLTF",
|
||||
"description": "GLTF importer and exporter",
|
||||
"unity": "2021.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.univrm",
|
||||
"version": "0.130.0",
|
||||
"version": "0.129.2",
|
||||
"displayName": "VRM",
|
||||
"description": "VRM importer",
|
||||
"unity": "2021.3",
|
||||
@@ -14,7 +14,7 @@
|
||||
"name": "VRM Consortium"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.vrmc.gltf": "0.130.0",
|
||||
"com.vrmc.gltf": "0.129.2",
|
||||
"com.unity.ugui": "1.0.0"
|
||||
},
|
||||
"samples": [
|
||||
|
||||
@@ -10,8 +10,10 @@ CustomRenderTexture:
|
||||
m_ImageContentsHash:
|
||||
serializedVersion: 2
|
||||
Hash: 00000000000000000000000000000000
|
||||
m_ForcedFallbackFormat: 4
|
||||
m_DownscaleFallback: 0
|
||||
m_IsAlphaChannelOptional: 0
|
||||
serializedVersion: 6
|
||||
serializedVersion: 5
|
||||
m_Width: 300
|
||||
m_Height: 300
|
||||
m_AntiAliasing: 1
|
||||
@@ -22,7 +24,6 @@ CustomRenderTexture:
|
||||
m_GenerateMips: 1
|
||||
m_SRGB: 0
|
||||
m_UseDynamicScale: 0
|
||||
m_UseDynamicScaleExplicit: 0
|
||||
m_BindMS: 0
|
||||
m_EnableCompatibleFormat: 1
|
||||
m_EnableRandomWrite: 0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.vrm",
|
||||
"version": "0.130.0",
|
||||
"version": "0.129.2",
|
||||
"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.130.0"
|
||||
"com.vrmc.gltf": "0.129.2"
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user