From 6bb870a9a37f5e03e12c018f1b6e52a2707ef579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 15 Jan 2024 05:23:46 +0200 Subject: [PATCH] Unity 2022.3.17 Update --- Jump Game/ProjectSettings/ProjectVersion.txt | 4 ++-- Jump Game/UserSettings/Layouts/default-2022.dwlt | 10 +++++----- README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt index 0ab53b0..396831e 100644 --- a/Jump Game/ProjectSettings/ProjectVersion.txt +++ b/Jump Game/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.16f1 -m_EditorVersionWithRevision: 2022.3.16f1 (d2c21f0ef2f1) +m_EditorVersion: 2022.3.17f1 +m_EditorVersionWithRevision: 2022.3.17f1 (4fc78088f837) diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt index d473bf0..20dd543 100644 --- a/Jump Game/UserSettings/Layouts/default-2022.dwlt +++ b/Jump Game/UserSettings/Layouts/default-2022.dwlt @@ -223,7 +223,7 @@ MonoBehaviour: m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 18 + controlID: 42 --- !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: 19 + controlID: 43 --- !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: 00000000b6550000b8550000ba550000bc550000be550000c0550000 + m_ExpandedIDs: 000000008a5500008c5500008e550000905500009255000094550000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -403,7 +403,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000b6550000b8550000ba550000bc550000be550000c0550000 + m_ExpandedIDs: 000000008a5500008c5500008e550000905500009255000094550000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -547,7 +547,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 16faffff + m_ExpandedIDs: 12fbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: diff --git a/README.md b/README.md index 48f1185..e37dfcc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jump Game

-

Unity 2022.3.16 | Download Game | GPLv3

+

Unity 2022.3.17 | Download Game | GPLv3

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

---