From 4535d207ad0b187194e405f3699130aaa6ede951 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christer=20War=C3=A9n?=
Date: Mon, 2 Dec 2024 00:27:54 +0200
Subject: [PATCH] Unity 2022.3.53 Update
---
Jump Game/Packages/manifest.json | 12 ++++-----
Jump Game/Packages/packages-lock.json | 26 +++++++++----------
Jump Game/ProjectSettings/ProjectVersion.txt | 4 +--
.../UserSettings/Layouts/default-2022.dwlt | 26 +++++++++----------
README.md | 2 +-
5 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/Jump Game/Packages/manifest.json b/Jump Game/Packages/manifest.json
index 461710d..97a6294 100644
--- a/Jump Game/Packages/manifest.json
+++ b/Jump Game/Packages/manifest.json
@@ -1,20 +1,20 @@
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
- "com.unity.2d.spriteshape": "9.0.4",
+ "com.unity.2d.spriteshape": "9.0.5",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "1.1.5",
- "com.unity.collab-proxy": "2.5.1",
+ "com.unity.collab-proxy": "2.5.2",
"com.unity.ext.nunit": "1.0.6",
- "com.unity.ide.rider": "3.0.31",
+ "com.unity.ide.rider": "3.0.34",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "1.1.33",
- "com.unity.textmeshpro": "3.0.7",
+ "com.unity.textmeshpro": "3.0.9",
"com.unity.timeline": "1.7.6",
- "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.5",
+ "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
"com.unity.ugui": "1.0.0",
- "com.unity.vectorgraphics": "2.0.0-preview.24",
+ "com.unity.vectorgraphics": "2.0.0-preview.25",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
diff --git a/Jump Game/Packages/packages-lock.json b/Jump Game/Packages/packages-lock.json
index b3b25dd..a5f0fac 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.3",
+ "version": "8.0.4",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -20,11 +20,11 @@
"dependencies": {}
},
"com.unity.2d.spriteshape": {
- "version": "9.0.4",
+ "version": "9.0.5",
"depth": 0,
"source": "registry",
"dependencies": {
- "com.unity.2d.common": "8.0.3",
+ "com.unity.2d.common": "8.0.4",
"com.unity.mathematics": "1.1.0",
"com.unity.modules.physics2d": "1.0.0"
},
@@ -59,7 +59,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
- "version": "2.5.1",
+ "version": "2.5.2",
"depth": 0,
"source": "registry",
"dependencies": {},
@@ -73,7 +73,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
- "version": "3.0.31",
+ "version": "3.0.34",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -105,18 +105,18 @@
"url": "https://packages.unity.com"
},
"com.unity.sysroot": {
- "version": "2.0.6",
+ "version": "2.0.10",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.sysroot.linux-x86_64": {
- "version": "2.0.5",
+ "version": "2.0.9",
"depth": 1,
"source": "registry",
"dependencies": {
- "com.unity.sysroot": "2.0.6"
+ "com.unity.sysroot": "2.0.10"
},
"url": "https://packages.unity.com"
},
@@ -132,7 +132,7 @@
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
- "version": "3.0.7",
+ "version": "3.0.9",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -153,12 +153,12 @@
"url": "https://packages.unity.com"
},
"com.unity.toolchain.win-x86_64-linux-x86_64": {
- "version": "2.0.5",
+ "version": "2.0.10",
"depth": 0,
"source": "registry",
"dependencies": {
- "com.unity.sysroot": "2.0.6",
- "com.unity.sysroot.linux-x86_64": "2.0.5"
+ "com.unity.sysroot": "2.0.10",
+ "com.unity.sysroot.linux-x86_64": "2.0.9"
},
"url": "https://packages.unity.com"
},
@@ -172,7 +172,7 @@
}
},
"com.unity.vectorgraphics": {
- "version": "2.0.0-preview.24",
+ "version": "2.0.0-preview.25",
"depth": 0,
"source": "registry",
"dependencies": {
diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt
index ca0a679..ba6dfe7 100644
--- a/Jump Game/ProjectSettings/ProjectVersion.txt
+++ b/Jump Game/ProjectSettings/ProjectVersion.txt
@@ -1,2 +1,2 @@
-m_EditorVersion: 2022.3.49f1
-m_EditorVersionWithRevision: 2022.3.49f1 (4dae1bb8668d)
+m_EditorVersion: 2022.3.53f1
+m_EditorVersionWithRevision: 2022.3.53f1 (df4e529d20d3)
diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt
index ad7cb7d..1ad6e8e 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: 38
draggingID: 0
--- !u!114 &3
MonoBehaviour:
@@ -69,8 +69,8 @@ MonoBehaviour:
y: 0
width: 519
height: 1307
- m_MinSize: {x: 275, y: 50}
- m_MaxSize: {x: 4000, y: 4000}
+ m_MinSize: {x: 276, y: 71}
+ m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 14}
m_Panes:
- {fileID: 14}
@@ -121,8 +121,8 @@ MonoBehaviour:
y: 791
width: 2041
height: 516
- 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}
@@ -224,7 +224,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
- controlID: 41
+ controlID: 39
draggingID: 0
--- !u!114 &10
MonoBehaviour:
@@ -250,7 +250,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 50}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
- controlID: 42
+ controlID: 40
draggingID: 0
--- !u!114 &11
MonoBehaviour:
@@ -271,8 +271,8 @@ MonoBehaviour:
y: 0
width: 1536
height: 791
- 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}
@@ -378,7 +378,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 54550000
m_LastClickedID: 21844
- m_ExpandedIDs: 0000000020560000225600002456000026560000285600002a560000
+ m_ExpandedIDs: 00000000ca590000cc590000ce590000d0590000d2590000d4590000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -406,7 +406,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 0000000020560000225600002456000026560000285600002a560000
+ m_ExpandedIDs: 00000000ca590000cc590000ce590000d0590000d2590000d4590000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -548,9 +548,9 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
+ m_SelectedIDs: f2daffff
m_LastClickedID: 0
- m_ExpandedIDs: 4ef5ffff
+ m_ExpandedIDs: 58deffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
diff --git a/README.md b/README.md
index 0673845..48f4d66 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Jump Game
-Unity 2022.3.49 | Download Game | GPLv3
+Unity 2022.3.53 | Download Game | GPLv3
This game was originally created as school project in Let's make a game! course at Satakunta University of Applied Sciences.
---