Unity 2022.3.33 Update

This commit is contained in:
Christer Warén 2024-06-15 07:37:09 +03:00
parent 19c0c47a95
commit 295163818c
3 changed files with 14 additions and 11 deletions

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.31f1 m_EditorVersion: 2022.3.33f1
m_EditorVersionWithRevision: 2022.3.31f1 (4ede2d13e8b4) m_EditorVersionWithRevision: 2022.3.33f1 (b2c853adf198)

View File

@ -49,6 +49,7 @@ MonoBehaviour:
m_MaxSize: {x: 24288, y: 16192} m_MaxSize: {x: 24288, y: 16192}
vertical: 0 vertical: 0
controlID: 40 controlID: 40
draggingID: 0
--- !u!114 &3 --- !u!114 &3
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -68,8 +69,8 @@ MonoBehaviour:
y: 0 y: 0
width: 516 width: 516
height: 1291 height: 1291
m_MinSize: {x: 275, y: 50} m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 14} m_ActualView: {fileID: 14}
m_Panes: m_Panes:
- {fileID: 14} - {fileID: 14}
@ -224,6 +225,7 @@ MonoBehaviour:
m_MaxSize: {x: 16192, y: 16192} m_MaxSize: {x: 16192, y: 16192}
vertical: 1 vertical: 1
controlID: 41 controlID: 41
draggingID: 0
--- !u!114 &10 --- !u!114 &10
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -249,6 +251,7 @@ MonoBehaviour:
m_MaxSize: {x: 16192, y: 8096} m_MaxSize: {x: 16192, y: 8096}
vertical: 0 vertical: 0
controlID: 42 controlID: 42
draggingID: 0
--- !u!114 &11 --- !u!114 &11
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -268,8 +271,8 @@ MonoBehaviour:
y: 0 y: 0
width: 1526 width: 1526
height: 781 height: 781
m_MinSize: {x: 200, y: 200} m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 17} m_ActualView: {fileID: 17}
m_Panes: m_Panes:
- {fileID: 16} - {fileID: 16}
@ -375,7 +378,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: 54550000 m_SelectedIDs: 54550000
m_LastClickedID: 21844 m_LastClickedID: 21844
m_ExpandedIDs: 00000000e6550000e8550000ea550000ec550000ee550000f0550000 m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
@ -403,7 +406,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: m_SelectedIDs:
m_LastClickedID: 0 m_LastClickedID: 0
m_ExpandedIDs: 00000000e6550000e8550000ea550000ec550000ee550000f0550000 m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
@ -547,7 +550,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: m_SelectedIDs:
m_LastClickedID: 0 m_LastClickedID: 0
m_ExpandedIDs: 52faffff m_ExpandedIDs: 06fbffff
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
@ -1088,7 +1091,7 @@ MonoBehaviour:
m_HSlider: 0 m_HSlider: 0
m_VSlider: 0 m_VSlider: 0
m_IgnoreScrollWheelUntilClicked: 0 m_IgnoreScrollWheelUntilClicked: 0
m_EnableMouseInput: 0 m_EnableMouseInput: 1
m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomHorizontal: 0
m_EnableSliderZoomVertical: 0 m_EnableSliderZoomVertical: 0
m_UniformScale: 1 m_UniformScale: 1

View File

@ -3,7 +3,7 @@
</p> </p>
<h1 align="center">Jump Game</h1> <h1 align="center">Jump Game</h1>
<p align="center"><a href="https://unity.com/releases/editor/whats-new/2022.3.31">Unity 2022.3.31</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.33">Unity 2022.3.33</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> <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>
--- ---