UniVRM-0.129.2

This commit is contained in:
ousttrue
2025-06-20 13:24:10 +09:00
parent 86b13deb18
commit e12f875bb3
6 changed files with 14 additions and 13 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 = 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";
}
}

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 = 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";
}
}

View File

@@ -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",

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [
{