diff --git a/Jump Game/Packages/manifest.json b/Jump Game/Packages/manifest.json index 1e4252c..7da40d4 100644 --- a/Jump Game/Packages/manifest.json +++ b/Jump Game/Packages/manifest.json @@ -4,9 +4,9 @@ "com.unity.2d.spriteshape": "9.0.2", "com.unity.2d.tilemap": "1.0.0", "com.unity.ai.navigation": "1.1.5", - "com.unity.collab-proxy": "2.2.0", + "com.unity.collab-proxy": "2.3.1", "com.unity.ext.nunit": "1.0.6", - "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": "1.1.33", diff --git a/Jump Game/Packages/packages-lock.json b/Jump Game/Packages/packages-lock.json index 668f62e..c6c7d77 100644 --- a/Jump Game/Packages/packages-lock.json +++ b/Jump Game/Packages/packages-lock.json @@ -59,7 +59,7 @@ "url": "https://packages.unity.com" }, "com.unity.collab-proxy": { - "version": "2.2.0", + "version": "2.3.1", "depth": 0, "source": "registry", "dependencies": {}, @@ -73,7 +73,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.27", + "version": "3.0.28", "depth": 0, "source": "registry", "dependencies": { diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt index 224decf..c47c8be 100644 --- a/Jump Game/ProjectSettings/ProjectVersion.txt +++ b/Jump Game/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.20f1 -m_EditorVersionWithRevision: 2022.3.20f1 (61c2feb0970d) +m_EditorVersion: 2022.3.22f1 +m_EditorVersionWithRevision: 2022.3.22f1 (887be4894c44) diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt index 931dfde..6f9c15b 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: 41 + controlID: 40 --- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 @@ -120,8 +120,8 @@ MonoBehaviour: y: 781 width: 2028 height: 510 - m_MinSize: {x: 101, y: 121} - m_MaxSize: {x: 4001, y: 4021} + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 18} m_Panes: - {fileID: 13} @@ -223,7 +223,7 @@ MonoBehaviour: m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 42 + controlID: 41 --- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 @@ -248,7 +248,7 @@ MonoBehaviour: m_MinSize: {x: 200, y: 50} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 43 + controlID: 42 --- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 @@ -375,7 +375,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: 54550000 m_LastClickedID: 21844 - m_ExpandedIDs: 000000000465000006650000086500000a6500000c6500000e650000 + m_ExpandedIDs: 00000000e4560000e6560000e8560000ea560000ec560000ee560000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -403,7 +403,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000000465000006650000086500000a6500000c6500000e650000 + m_ExpandedIDs: 00000000e4560000e6560000e8560000ea560000ec560000ee560000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -547,7 +547,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: da9cffff + m_ExpandedIDs: 8af3ffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1088,7 +1088,7 @@ MonoBehaviour: m_HSlider: 0 m_VSlider: 0 m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 1 + m_EnableMouseInput: 0 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 diff --git a/README.md b/README.md index 9014cf5..2a2d7df 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jump Game

-

Unity 2022.3.20 | Download Game | GPLv3

+

Unity 2022.3.22 | Download Game | GPLv3

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

---