This commit is contained in:
kivss
2026-04-05 04:49:35 +08:00
177 changed files with 4029 additions and 3302 deletions

View File

@@ -13,10 +13,11 @@ Material:
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BLENDMODE_ADDITIVE
- _EMISSION_ON
m_InvalidKeywords:
- _CUSTOMDATA
- _CUSTOMDATA_OFF
- _EMISSION_ON
- _ENABLEEMISSION_ON
- _FLIPBOOKBLENDING_OFF
- _FX_LIGHT_MODE_UNLIT
m_LightmapFlags: 4
@@ -80,7 +81,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Texture: {fileID: 2800000, guid: d6a6e786d00f297479749f8a4a290eea, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTexture:

View File

@@ -13,11 +13,12 @@ Material:
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BLENDMODE_ADDITIVE
- _EMISSION_ON
m_InvalidKeywords:
- _ALPHAPREMULTIPLY_ON
- _CUSTOMDATA
- _CUSTOMDATA_OFF
- _EMISSION_ON
- _ENABLEEMISSION_ON
- _FLIPBOOKBLENDING_OFF
- _FX_LIGHT_MODE_UNLIT
m_LightmapFlags: 4
@@ -81,7 +82,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Texture: {fileID: 2800000, guid: f70c6f348e906194489ca94eceafce16, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTexture:

View File

@@ -13,11 +13,12 @@ Material:
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BLENDMODE_ADDITIVE
- _EMISSION_ON
m_InvalidKeywords:
- _ALPHAPREMULTIPLY_ON
- _CUSTOMDATA
- _CUSTOMDATA_OFF
- _EMISSION_ON
- _ENABLEEMISSION_ON
- _FLIPBOOKBLENDING_OFF
- _FX_LIGHT_MODE_UNLIT
m_LightmapFlags: 4
@@ -81,7 +82,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Texture: {fileID: 2800000, guid: f70c6f348e906194489ca94eceafce16, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTexture:

View File

@@ -106,6 +106,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
{
skyboxMaterial = new Material(sourceMat); // 实例化,隔离修改
RenderSettings.skybox = skyboxMaterial;
Debug.Log($"[DTMStarrySkybox] 成功加载并应用天空盒材质 'DTM_Skybox_Starry' 作为场景天空盒。");
}
else
{