Unity 2022.3.17 Update

This commit is contained in:
Christer Warén 2024-01-15 05:23:46 +02:00
parent a538f07e57
commit 6bb870a9a3
3 changed files with 8 additions and 8 deletions

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.16f1 m_EditorVersion: 2022.3.17f1
m_EditorVersionWithRevision: 2022.3.16f1 (d2c21f0ef2f1) m_EditorVersionWithRevision: 2022.3.17f1 (4fc78088f837)

View File

@ -223,7 +223,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100} m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 16192} m_MaxSize: {x: 16192, y: 16192}
vertical: 1 vertical: 1
controlID: 18 controlID: 42
--- !u!114 &10 --- !u!114 &10
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -248,7 +248,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 50} m_MinSize: {x: 200, y: 50}
m_MaxSize: {x: 16192, y: 8096} m_MaxSize: {x: 16192, y: 8096}
vertical: 0 vertical: 0
controlID: 19 controlID: 43
--- !u!114 &11 --- !u!114 &11
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -375,7 +375,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: 00000000b6550000b8550000ba550000bc550000be550000c0550000 m_ExpandedIDs: 000000008a5500008c5500008e550000905500009255000094550000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
@ -403,7 +403,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: m_SelectedIDs:
m_LastClickedID: 0 m_LastClickedID: 0
m_ExpandedIDs: 00000000b6550000b8550000ba550000bc550000be550000c0550000 m_ExpandedIDs: 000000008a5500008c5500008e550000905500009255000094550000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
@ -547,7 +547,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: m_SelectedIDs:
m_LastClickedID: 0 m_LastClickedID: 0
m_ExpandedIDs: 16faffff m_ExpandedIDs: 12fbffff
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:

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.16">Unity 2022.3.16</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.17">Unity 2022.3.17</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>
--- ---