From a50b1a15ce637ae4ecc107041137bd8300a553ad Mon Sep 17 00:00:00 2001 From: Daniil Korostelev Date: Wed, 19 Jun 2024 09:57:34 +0200 Subject: [PATCH] update to the latest unity 2021, update some packages --- playground-unity/Packages/manifest.json | 4 ++-- playground-unity/Packages/packages-lock.json | 4 ++-- playground-unity/ProjectSettings/ProjectVersion.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/playground-unity/Packages/manifest.json b/playground-unity/Packages/manifest.json index b91e91e..311dad7 100644 --- a/playground-unity/Packages/manifest.json +++ b/playground-unity/Packages/manifest.json @@ -1,10 +1,10 @@ { "dependencies": { - "com.unity.ide.rider": "3.0.27", + "com.unity.ide.rider": "3.0.28", "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", "com.unity.test-framework": "2.0.1-exp.2", - "com.unity.textmeshpro": "3.0.6", + "com.unity.textmeshpro": "3.0.9", "com.unity.ugui": "1.0.0", "me.nadako.tinkstate": "file:../../src", "com.unity.modules.ai": "1.0.0", diff --git a/playground-unity/Packages/packages-lock.json b/playground-unity/Packages/packages-lock.json index cffe38e..377f786 100644 --- a/playground-unity/Packages/packages-lock.json +++ b/playground-unity/Packages/packages-lock.json @@ -8,7 +8,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.27", + "version": "3.0.28", "depth": 0, "source": "registry", "dependencies": { @@ -44,7 +44,7 @@ "url": "https://packages.unity.com" }, "com.unity.textmeshpro": { - "version": "3.0.6", + "version": "3.0.9", "depth": 0, "source": "registry", "dependencies": { diff --git a/playground-unity/ProjectSettings/ProjectVersion.txt b/playground-unity/ProjectSettings/ProjectVersion.txt index 39a629e..7e65fc9 100644 --- a/playground-unity/ProjectSettings/ProjectVersion.txt +++ b/playground-unity/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2021.3.35f1 -m_EditorVersionWithRevision: 2021.3.35f1 (157b46ce122a) +m_EditorVersion: 2021.3.39f1 +m_EditorVersionWithRevision: 2021.3.39f1 (fb3b7b32f191)