From e17e2cb18da631170f3441ed1c8f01a776105d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 16 Jul 2024 03:51:01 +0300 Subject: [PATCH] Unity 2022.3.37 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 | 10 +++++----- README.md | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Jump Game/Packages/manifest.json b/Jump Game/Packages/manifest.json index 42702f6..3b50033 100644 --- a/Jump Game/Packages/manifest.json +++ b/Jump Game/Packages/manifest.json @@ -4,7 +4,7 @@ "com.unity.2d.spriteshape": "9.0.3", "com.unity.2d.tilemap": "1.0.0", "com.unity.ai.navigation": "1.1.5", - "com.unity.collab-proxy": "2.3.1", + "com.unity.collab-proxy": "2.4.3", "com.unity.ext.nunit": "1.0.6", "com.unity.ide.rider": "3.0.28", "com.unity.ide.visualstudio": "2.0.22", diff --git a/Jump Game/Packages/packages-lock.json b/Jump Game/Packages/packages-lock.json index bbbc554..cff9b76 100644 --- a/Jump Game/Packages/packages-lock.json +++ b/Jump Game/Packages/packages-lock.json @@ -49,7 +49,7 @@ "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.15", + "version": "1.8.16", "depth": 2, "source": "registry", "dependencies": { @@ -59,7 +59,7 @@ "url": "https://packages.unity.com" }, "com.unity.collab-proxy": { - "version": "2.3.1", + "version": "2.4.3", "depth": 0, "source": "registry", "dependencies": {}, diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt index 31459c0..b12da39 100644 --- a/Jump Game/ProjectSettings/ProjectVersion.txt +++ b/Jump Game/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.33f1 -m_EditorVersionWithRevision: 2022.3.33f1 (b2c853adf198) +m_EditorVersion: 2022.3.37f1 +m_EditorVersionWithRevision: 2022.3.37f1 (340ba89e4c23) diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt index 989dae8..736c07a 100644 --- a/Jump Game/UserSettings/Layouts/default-2022.dwlt +++ b/Jump Game/UserSettings/Layouts/default-2022.dwlt @@ -48,7 +48,7 @@ MonoBehaviour: m_MinSize: {x: 300, y: 100} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 40 + controlID: 101 draggingID: 0 --- !u!114 &3 MonoBehaviour: @@ -224,7 +224,7 @@ MonoBehaviour: m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 41 + controlID: 65 draggingID: 0 --- !u!114 &10 MonoBehaviour: @@ -378,7 +378,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: 54550000 m_LastClickedID: 21844 - m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000 + m_ExpandedIDs: 0000000036570000385700003a5700003c5700003e57000040570000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -406,7 +406,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000 + m_ExpandedIDs: 0000000036570000385700003a5700003c5700003e57000040570000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -550,7 +550,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 06fbffff + m_ExpandedIDs: 72f2ffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: diff --git a/README.md b/README.md index 6d0463a..9985cfa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jump Game

-

Unity 2022.3.33 | Download Game | GPLv3

+

Unity 2022.3.37 | Download Game | GPLv3

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

---