diff --git a/Jump Game/Packages/manifest.json b/Jump Game/Packages/manifest.json index 7da40d4..42702f6 100644 --- a/Jump Game/Packages/manifest.json +++ b/Jump Game/Packages/manifest.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.2d.sprite": "1.0.0", - "com.unity.2d.spriteshape": "9.0.2", + "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", diff --git a/Jump Game/Packages/packages-lock.json b/Jump Game/Packages/packages-lock.json index 3539823..bbbc554 100644 --- a/Jump Game/Packages/packages-lock.json +++ b/Jump Game/Packages/packages-lock.json @@ -20,12 +20,12 @@ "dependencies": {} }, "com.unity.2d.spriteshape": { - "version": "9.0.2", + "version": "9.0.3", "depth": 0, "source": "registry", "dependencies": { "com.unity.mathematics": "1.1.0", - "com.unity.2d.common": "8.0.1", + "com.unity.2d.common": "8.0.2", "com.unity.modules.physics2d": "1.0.0" }, "url": "https://packages.unity.com" @@ -49,7 +49,7 @@ "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.13", + "version": "1.8.15", "depth": 2, "source": "registry", "dependencies": { diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt index 9efb20c..f2e63c6 100644 --- a/Jump Game/ProjectSettings/ProjectVersion.txt +++ b/Jump Game/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.27f1 -m_EditorVersionWithRevision: 2022.3.27f1 (73effa14754f) +m_EditorVersion: 2022.3.31f1 +m_EditorVersionWithRevision: 2022.3.31f1 (4ede2d13e8b4) diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt index 392599c..fa214cb 100644 --- a/Jump Game/UserSettings/Layouts/default-2022.dwlt +++ b/Jump Game/UserSettings/Layouts/default-2022.dwlt @@ -68,8 +68,8 @@ MonoBehaviour: y: 0 width: 516 height: 1291 - m_MinSize: {x: 276, y: 71} - m_MaxSize: {x: 4001, y: 4021} + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 14} m_Panes: - {fileID: 14} @@ -268,8 +268,8 @@ MonoBehaviour: y: 0 width: 1526 height: 781 - m_MinSize: {x: 202, y: 221} - m_MaxSize: {x: 4002, y: 4021} + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 17} m_Panes: - {fileID: 16} @@ -375,7 +375,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: 54550000 m_LastClickedID: 21844 - m_ExpandedIDs: 00000000e4550000e6550000e8550000ea550000ec550000ee550000 + m_ExpandedIDs: 00000000e6550000e8550000ea550000ec550000ee550000f0550000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -403,7 +403,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000e4550000e6550000e8550000ea550000ec550000ee550000 + m_ExpandedIDs: 00000000e6550000e8550000ea550000ec550000ee550000f0550000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -547,7 +547,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 92f9ffff + m_ExpandedIDs: 52faffff 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 bc4c5da..cc1d46a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jump Game

-

Unity 2022.3.27 | Download Game | GPLv3

+

Unity 2022.3.31 | Download Game | GPLv3

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

---