From 0b75522c42e3d969e58a9f5cb1ad5686710cb09c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christer=20War=C3=A9n?=
Date: Mon, 29 Jan 2024 12:48:50 +0200
Subject: [PATCH] Unity 2022.3.18 Update
---
Jump Game/Packages/packages-lock.json | 5 +++--
Jump Game/ProjectSettings/ProjectVersion.txt | 4 ++--
Jump Game/UserSettings/Layouts/default-2022.dwlt | 8 ++++----
README.md | 2 +-
4 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/Jump Game/Packages/packages-lock.json b/Jump Game/Packages/packages-lock.json
index 1894bc3..668f62e 100644
--- a/Jump Game/Packages/packages-lock.json
+++ b/Jump Game/Packages/packages-lock.json
@@ -49,11 +49,12 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
- "version": "1.8.11",
+ "version": "1.8.12",
"depth": 2,
"source": "registry",
"dependencies": {
- "com.unity.mathematics": "1.2.1"
+ "com.unity.mathematics": "1.2.1",
+ "com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt
index 396831e..21588a1 100644
--- a/Jump Game/ProjectSettings/ProjectVersion.txt
+++ b/Jump Game/ProjectSettings/ProjectVersion.txt
@@ -1,2 +1,2 @@
-m_EditorVersion: 2022.3.17f1
-m_EditorVersionWithRevision: 2022.3.17f1 (4fc78088f837)
+m_EditorVersion: 2022.3.18f1
+m_EditorVersionWithRevision: 2022.3.18f1 (d29bea25151d)
diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt
index 20dd543..2929ec4 100644
--- a/Jump Game/UserSettings/Layouts/default-2022.dwlt
+++ b/Jump Game/UserSettings/Layouts/default-2022.dwlt
@@ -19,7 +19,7 @@ MonoBehaviour:
width: 2544
height: 1341
m_ShowMode: 4
- m_Title: Game
+ m_Title: Console
m_RootView: {fileID: 6}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
@@ -375,7 +375,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 54550000
m_LastClickedID: 21844
- m_ExpandedIDs: 000000008a5500008c5500008e550000905500009255000094550000
+ m_ExpandedIDs: 000000009a5500009c5500009e550000a0550000a2550000a4550000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -403,7 +403,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 000000008a5500008c5500008e550000905500009255000094550000
+ m_ExpandedIDs: 000000009a5500009c5500009e550000a0550000a2550000a4550000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -547,7 +547,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 12fbffff
+ m_ExpandedIDs: b2faffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
diff --git a/README.md b/README.md
index e37dfcc..3e4cec5 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Jump Game
-Unity 2022.3.17 | Download Game | GPLv3
+Unity 2022.3.18 | Download Game | GPLv3
This game was originally created as school project in Let's make a game! course at Satakunta University of Applied Sciences.
---