1
0
mirror of https://github.com/cwchristerw/jump-game synced 2024-09-16 19:59:37 +00:00

Unity 2022.3.10 Update

This commit is contained in:
Christer Warén 2023-09-22 18:19:40 +03:00
parent 7f28046467
commit 9503b6116c
3 changed files with 23 additions and 23 deletions

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.9f1
m_EditorVersionWithRevision: 2022.3.9f1 (ea401c316338)
m_EditorVersion: 2022.3.10f1
m_EditorVersionWithRevision: 2022.3.10f1 (ff3792e53c62)

View File

@ -48,7 +48,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 100}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 41
controlID: 117
--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
@ -111,7 +111,7 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_Name: ConsoleWindow
m_EditorClassIdentifier:
m_Children: []
m_Position:
@ -120,13 +120,13 @@ MonoBehaviour:
y: 781
width: 2028
height: 510
m_MinSize: {x: 231, y: 271}
m_MaxSize: {x: 10001, y: 10021}
m_ActualView: {fileID: 13}
m_MinSize: {x: 101, y: 121}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 18}
m_Panes:
- {fileID: 13}
- {fileID: 18}
m_Selected: 0
m_Selected: 1
m_LastSelected: 0
--- !u!114 &6
MonoBehaviour:
@ -223,7 +223,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 42
controlID: 92
--- !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: 93
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
@ -373,9 +373,9 @@ MonoBehaviour:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 42550000
m_LastClickedID: 21826
m_ExpandedIDs: 00000000425500004455000046550000485500004a5500004c55000000ca9a3bffffff7f
m_SelectedIDs: 54550000
m_LastClickedID: 21844
m_ExpandedIDs: 000000005455000056550000585500005a5500005c5500005e55000000ca9a3bffffff7f
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -403,7 +403,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000425500004455000046550000485500004a5500004c550000
m_ExpandedIDs: 000000005455000056550000585500005a5500005c5500005e550000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -428,9 +428,9 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_ListAreaState:
m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 0
m_SelectedInstanceIDs: 72550000
m_LastClickedInstanceID: 21874
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c6230000
m_RenameOverlay:
m_UserAcceptedRename: 0
@ -545,7 +545,7 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_SelectedIDs: 72550000
m_LastClickedID: 0
m_ExpandedIDs: 24fbffff
m_RenameOverlay:
@ -1088,7 +1088,7 @@ MonoBehaviour:
m_HSlider: 0
m_VSlider: 0
m_IgnoreScrollWheelUntilClicked: 0
m_EnableMouseInput: 0
m_EnableMouseInput: 1
m_EnableSliderZoomHorizontal: 0
m_EnableSliderZoomVertical: 0
m_UniformScale: 1
@ -1141,9 +1141,9 @@ MonoBehaviour:
m_Pos:
serializedVersion: 2
x: 8
y: 718
width: 1366
height: 308
y: 862
width: 2027
height: 489
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0

View File

@ -3,7 +3,7 @@
</p>
<h1 align="center">Jump Game</h1>
<p align="center"><a href="https://unity.com/releases/editor/whats-new/2022.3.9">Unity 2022.3.9</a> | <a href="https://nicecat.wgi.fi/jump-game">Download Game</a> | <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a></p>
<p align="center"><a href="https://unity.com/releases/editor/whats-new/2022.3.10">Unity 2022.3.10</a> | <a href="https://nicecat.wgi.fi/jump-game">Download Game</a> | <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a></p>
<p align="center">This game was originally created as school project in Let's make a game! course at <a href="https://www.samk.fi/en/">Satakunta University of Applied Sciences</a>.</p>
---