From a538f07e57dac885435d54d01a8d9091aeafbe12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 23 Dec 2023 17:21:13 +0200 Subject: [PATCH] Unity 2022.3.16 Update --- Jump Game/Packages/manifest.json | 2 +- Jump Game/Packages/packages-lock.json | 4 ++-- Jump Game/ProjectSettings/ProjectVersion.txt | 4 ++-- Jump Game/UserSettings/Layouts/default-2022.dwlt | 6 +++--- README.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Jump Game/Packages/manifest.json b/Jump Game/Packages/manifest.json index 6ab0d89..1e4252c 100644 --- a/Jump Game/Packages/manifest.json +++ b/Jump Game/Packages/manifest.json @@ -6,7 +6,7 @@ "com.unity.ai.navigation": "1.1.5", "com.unity.collab-proxy": "2.2.0", "com.unity.ext.nunit": "1.0.6", - "com.unity.ide.rider": "3.0.26", + "com.unity.ide.rider": "3.0.27", "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", "com.unity.test-framework": "1.1.33", diff --git a/Jump Game/Packages/packages-lock.json b/Jump Game/Packages/packages-lock.json index 76adf32..1894bc3 100644 --- a/Jump Game/Packages/packages-lock.json +++ b/Jump Game/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.2d.common": { - "version": "8.0.1", + "version": "8.0.2", "depth": 1, "source": "registry", "dependencies": { @@ -72,7 +72,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.26", + "version": "3.0.27", "depth": 0, "source": "registry", "dependencies": { diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt index 2e7bb8a..0ab53b0 100644 --- a/Jump Game/ProjectSettings/ProjectVersion.txt +++ b/Jump Game/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.15f1 -m_EditorVersionWithRevision: 2022.3.15f1 (b58023a2b463) +m_EditorVersion: 2022.3.16f1 +m_EditorVersionWithRevision: 2022.3.16f1 (d2c21f0ef2f1) diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt index d6f1d06..d473bf0 100644 --- a/Jump Game/UserSettings/Layouts/default-2022.dwlt +++ b/Jump Game/UserSettings/Layouts/default-2022.dwlt @@ -375,7 +375,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: 54550000 m_LastClickedID: 21844 - m_ExpandedIDs: 0000000090550000925500009455000096550000985500009a550000 + m_ExpandedIDs: 00000000b6550000b8550000ba550000bc550000be550000c0550000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -403,7 +403,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 0000000090550000925500009455000096550000985500009a550000 + m_ExpandedIDs: 00000000b6550000b8550000ba550000bc550000be550000c0550000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -547,7 +547,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: e2faffff + m_ExpandedIDs: 16faffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: diff --git a/README.md b/README.md index 94898e7..48f1185 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jump Game

-

Unity 2022.3.15 | Download Game | GPLv3

+

Unity 2022.3.16 | Download Game | GPLv3

This game was originally created as school project in Let's make a game! course at Satakunta University of Applied Sciences.

---