From 909e995e1557868244f302f9f30c6164dea5eb40 Mon Sep 17 00:00:00 2001 From: TheRedApricot Date: Thu, 28 Aug 2025 11:36:34 +0800 Subject: [PATCH] (client) chore:Update dependencies --- ...niversalRenderPipelineGlobalSettings.asset | 23 +++-------- Client/Packages/manifest.json | 8 ++-- Client/Packages/packages-lock.json | 38 ++++++++++--------- .../ProjectSettings/ShaderGraphSettings.asset | 1 + 4 files changed, 31 insertions(+), 39 deletions(-) diff --git a/Client/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset b/Client/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset index 4a8ff8d..e17bd8d 100644 --- a/Client/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset +++ b/Client/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset @@ -61,21 +61,9 @@ MonoBehaviour: - rid: 8857653749874163717 - rid: 8857653749874163718 - rid: 8857653749874163719 + - rid: 8927974581884682240 m_RuntimeSettings: - m_List: - - rid: 6852985685364965378 - - rid: 6852985685364965379 - - rid: 6852985685364965380 - - rid: 6852985685364965381 - - rid: 6852985685364965384 - - rid: 6852985685364965385 - - rid: 6852985685364965392 - - rid: 6852985685364965394 - - rid: 8712630790384254976 - - rid: 8857653749874163713 - - rid: 8857653749874163715 - - rid: 8857653749874163716 - - rid: 8857653749874163719 + m_List: [] m_AssetVersion: 8 m_ObsoleteDefaultVolumeProfile: {fileID: 0} m_RenderingLayerNames: @@ -119,9 +107,6 @@ MonoBehaviour: m_AutodeskInteractive: {fileID: 4800000, guid: 0e9d5a909a1f7e84882a534d0d11e49f, type: 3} m_AutodeskInteractiveTransparent: {fileID: 4800000, guid: 5c81372d981403744adbdda4433c9c11, type: 3} m_AutodeskInteractiveMasked: {fileID: 4800000, guid: 80aa867ac363ac043847b06ad71604cd, type: 3} - m_TerrainDetailLit: {fileID: 4800000, guid: f6783ab646d374f94b199774402a5144, type: 3} - m_TerrainDetailGrassBillboard: {fileID: 4800000, guid: 29868e73b638e48ca99a19ea58c48d90, type: 3} - m_TerrainDetailGrass: {fileID: 4800000, guid: e507fdfead5ca47e8b9a768b51c291a1, type: 3} m_DefaultSpeedTree7Shader: {fileID: 4800000, guid: 0f4122b9a743b744abe2fb6a0a88868b, type: 3} m_DefaultSpeedTree8Shader: {fileID: -6465566751694194690, guid: 9920c1f1781549a46ba081a2a15a16ec, type: 3} m_DefaultSpeedTree9Shader: {fileID: -6465566751694194690, guid: cbd3e1cc4ae141c42a30e33b4d666a61, type: 3} @@ -402,3 +387,7 @@ MonoBehaviour: - {r: 0.5, g: 0, b: 0.5, a: 1} - {r: 0.5, g: 0.5, b: 0.5, a: 1} - {r: 0, g: 0, b: 1, a: 1} + - rid: 8927974581884682240 + type: {class: RenderingDebuggerRuntimeResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} + data: + m_version: 0 diff --git a/Client/Packages/manifest.json b/Client/Packages/manifest.json index e654cbc..4183d75 100644 --- a/Client/Packages/manifest.json +++ b/Client/Packages/manifest.json @@ -2,16 +2,16 @@ "dependencies": { "com.unity.2d.sprite": "1.0.0", "com.unity.2d.tilemap": "1.0.0", - "com.unity.2d.tilemap.extras": "4.3.1", + "com.unity.2d.tilemap.extras": "5.0.1", "com.unity.ai.navigation": "2.0.8", "com.unity.collab-proxy": "2.8.2", "com.unity.ide.rider": "3.0.36", "com.unity.ide.visualstudio": "2.0.23", - "com.unity.inputsystem": "1.14.1", + "com.unity.inputsystem": "1.14.2", "com.unity.multiplayer.center": "1.0.0", - "com.unity.render-pipelines.universal": "17.1.0", + "com.unity.render-pipelines.universal": "17.2.0", "com.unity.test-framework": "1.5.1", - "com.unity.timeline": "1.8.8", + "com.unity.timeline": "1.8.9", "com.unity.ugui": "2.0.0", "com.unity.visualscripting": "1.9.8", "com.unity.modules.accessibility": "1.0.0", diff --git a/Client/Packages/packages-lock.json b/Client/Packages/packages-lock.json index b919953..76e1efc 100644 --- a/Client/Packages/packages-lock.json +++ b/Client/Packages/packages-lock.json @@ -16,12 +16,12 @@ } }, "com.unity.2d.tilemap.extras": { - "version": "4.3.1", + "version": "5.0.1", "depth": 0, "source": "registry", "dependencies": { - "com.unity.2d.tilemap": "1.0.0", "com.unity.modules.tilemap": "1.0.0", + "com.unity.2d.tilemap": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" }, "url": "https://packages.unity.com" @@ -36,7 +36,7 @@ "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.23", + "version": "1.8.24", "depth": 2, "source": "registry", "dependencies": { @@ -53,13 +53,14 @@ "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.5.1", + "version": "2.5.7", "depth": 2, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.17", - "com.unity.test-framework": "1.4.5", - "com.unity.nuget.mono-cecil": "1.11.4", + "com.unity.burst": "1.8.19", + "com.unity.mathematics": "1.3.2", + "com.unity.nuget.mono-cecil": "1.11.5", + "com.unity.test-framework": "1.4.6", "com.unity.test-framework.performance": "3.0.3" }, "url": "https://packages.unity.com" @@ -89,7 +90,7 @@ "url": "https://packages.unity.com" }, "com.unity.inputsystem": { - "version": "1.14.1", + "version": "1.14.2", "depth": 0, "source": "registry", "dependencies": { @@ -113,14 +114,14 @@ } }, "com.unity.nuget.mono-cecil": { - "version": "1.11.4", + "version": "1.11.5", "depth": 3, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "17.1.0", + "version": "17.2.0", "depth": 1, "source": "builtin", "dependencies": { @@ -135,12 +136,12 @@ } }, "com.unity.render-pipelines.universal": { - "version": "17.1.0", + "version": "17.2.0", "depth": 0, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "17.1.0", - "com.unity.shadergraph": "17.1.0", + "com.unity.render-pipelines.core": "17.2.0", + "com.unity.shadergraph": "17.2.0", "com.unity.render-pipelines.universal-config": "17.0.3" } }, @@ -170,11 +171,11 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "17.1.0", + "version": "17.2.0", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "17.1.0", + "com.unity.render-pipelines.core": "17.2.0", "com.unity.searcher": "4.9.3" } }, @@ -199,13 +200,13 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.8", + "version": "1.8.9", "depth": 0, "source": "registry", "dependencies": { - "com.unity.modules.audio": "1.0.0", "com.unity.modules.director": "1.0.0", "com.unity.modules.animation": "1.0.0", + "com.unity.modules.audio": "1.0.0", "com.unity.modules.particlesystem": "1.0.0" }, "url": "https://packages.unity.com" @@ -377,7 +378,8 @@ "com.unity.modules.ui": "1.0.0", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.modules.hierarchycore": "1.0.0" + "com.unity.modules.hierarchycore": "1.0.0", + "com.unity.modules.physics": "1.0.0" } }, "com.unity.modules.umbra": { diff --git a/Client/ProjectSettings/ShaderGraphSettings.asset b/Client/ProjectSettings/ShaderGraphSettings.asset index e66042a..ce8c243 100644 --- a/Client/ProjectSettings/ShaderGraphSettings.asset +++ b/Client/ProjectSettings/ShaderGraphSettings.asset @@ -13,6 +13,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: shaderVariantLimit: 128 + overrideShaderVariantLimit: 0 customInterpolatorErrorThreshold: 32 customInterpolatorWarningThreshold: 16 customHeatmapValues: {fileID: 0}