Unity 2022.3.49 Update

This commit is contained in:
Christer Warén 2024-10-04 08:57:35 +03:00
parent de16c1e486
commit 5adf4e181e
4 changed files with 13 additions and 13 deletions

View File

@ -49,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.17",
"version": "1.8.18",
"depth": 2,
"source": "registry",
"dependencies": {

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.47f1
m_EditorVersionWithRevision: 2022.3.47f1 (88c277b85d21)
m_EditorVersion: 2022.3.49f1
m_EditorVersionWithRevision: 2022.3.49f1 (4dae1bb8668d)

View File

@ -19,7 +19,7 @@ MonoBehaviour:
width: 2560
height: 1357
m_ShowMode: 4
m_Title: Console
m_Title: Game
m_RootView: {fileID: 6}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
@ -69,8 +69,8 @@ MonoBehaviour:
y: 0
width: 519
height: 1307
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
m_MinSize: {x: 275, y: 50}
m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 14}
m_Panes:
- {fileID: 14}
@ -95,8 +95,8 @@ MonoBehaviour:
y: 0
width: 505
height: 791
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 15}
m_Panes:
- {fileID: 15}
@ -378,7 +378,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 54550000
m_LastClickedID: 21844
m_ExpandedIDs: 00000000ea5b0000ec5b0000ee5b0000f05b0000f25b0000f45b0000
m_ExpandedIDs: 0000000020560000225600002456000026560000285600002a560000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -406,7 +406,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000ea5b0000ec5b0000ee5b0000f05b0000f25b0000f45b0000
m_ExpandedIDs: 0000000020560000225600002456000026560000285600002a560000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -548,9 +548,9 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: dad8ffff
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: b8d9ffff
m_ExpandedIDs: 4ef5ffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:

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.47">Unity 2022.3.47</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.49">Unity 2022.3.49</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>
---