From 9e8746e4ac9b8d397d4fedc6fabc34eb5b3fc9a7 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Thu, 29 Feb 2024 14:42:11 -0800 Subject: [PATCH] chore: updating to 2022.3.18f1 --- UnityClient/Packages/manifest.json | 8 ++--- UnityClient/Packages/packages-lock.json | 36 ++++++++++++------- .../ProjectSettings/ProjectVersion.txt | 4 +-- 3 files changed, 29 insertions(+), 19 deletions(-) diff --git a/UnityClient/Packages/manifest.json b/UnityClient/Packages/manifest.json index 3b347630..75c07e73 100644 --- a/UnityClient/Packages/manifest.json +++ b/UnityClient/Packages/manifest.json @@ -1,15 +1,15 @@ { "dependencies": { "com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity", - "com.unity.addressables": "1.21.18", + "com.unity.addressables": "1.21.19", "com.unity.animation.rigging": "1.2.1", "com.unity.cinemachine": "2.9.5", "com.unity.entities": "1.0.16", "com.unity.entities.graphics": "1.0.16", - "com.unity.ide.rider": "3.0.25", - "com.unity.ide.visualstudio": "2.0.21", + "com.unity.ide.rider": "3.0.27", + "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", - "com.unity.render-pipelines.universal": "14.0.9", + "com.unity.render-pipelines.universal": "14.0.10", "com.unity.test-framework": "1.1.33", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.7.6", diff --git a/UnityClient/Packages/packages-lock.json b/UnityClient/Packages/packages-lock.json index 093187b2..38dedf22 100644 --- a/UnityClient/Packages/packages-lock.json +++ b/UnityClient/Packages/packages-lock.json @@ -8,11 +8,11 @@ "hash": "ad5eac259a335fdfef1668f11ce59cdef40945f3" }, "com.unity.addressables": { - "version": "1.21.18", + "version": "1.21.19", "depth": 0, "source": "registry", "dependencies": { - "com.unity.scriptablebuildpipeline": "1.21.20", + "com.unity.scriptablebuildpipeline": "1.21.21", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", @@ -32,11 +32,12 @@ "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.9", + "version": "1.8.12", "depth": 1, "source": "registry", "dependencies": { - "com.unity.mathematics": "1.2.1" + "com.unity.mathematics": "1.2.1", + "com.unity.modules.jsonserialize": "1.0.0" }, "url": "https://packages.unity.com" }, @@ -98,7 +99,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.25", + "version": "3.0.27", "depth": 0, "source": "registry", "dependencies": { @@ -107,7 +108,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.21", + "version": "2.0.22", "depth": 0, "source": "registry", "dependencies": { @@ -144,7 +145,7 @@ "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "14.0.9", + "version": "14.0.10", "depth": 1, "source": "builtin", "dependencies": { @@ -155,18 +156,27 @@ } }, "com.unity.render-pipelines.universal": { - "version": "14.0.9", + "version": "14.0.10", "depth": 0, "source": "builtin", "dependencies": { "com.unity.mathematics": "1.2.1", "com.unity.burst": "1.8.9", - "com.unity.render-pipelines.core": "14.0.9", - "com.unity.shadergraph": "14.0.9" + "com.unity.render-pipelines.core": "14.0.10", + "com.unity.shadergraph": "14.0.10", + "com.unity.render-pipelines.universal-config": "14.0.9" + } + }, + "com.unity.render-pipelines.universal-config": { + "version": "14.0.9", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.render-pipelines.core": "14.0.9" } }, "com.unity.scriptablebuildpipeline": { - "version": "1.21.20", + "version": "1.21.21", "depth": 1, "source": "registry", "dependencies": {}, @@ -190,11 +200,11 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "14.0.9", + "version": "14.0.10", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "14.0.9", + "com.unity.render-pipelines.core": "14.0.10", "com.unity.searcher": "4.9.2" } }, diff --git a/UnityClient/ProjectSettings/ProjectVersion.txt b/UnityClient/ProjectSettings/ProjectVersion.txt index e4eac159..21588a1a 100644 --- a/UnityClient/ProjectSettings/ProjectVersion.txt +++ b/UnityClient/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.12f1 -m_EditorVersionWithRevision: 2022.3.12f1 (4fe6e059c7ef) +m_EditorVersion: 2022.3.18f1 +m_EditorVersionWithRevision: 2022.3.18f1 (d29bea25151d)