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

Unity 2022.3.18 Update

This commit is contained in:
Christer Warén 2024-01-29 12:48:50 +02:00
parent 6bb870a9a3
commit 0b75522c42
4 changed files with 10 additions and 9 deletions

View File

@ -49,11 +49,12 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.burst": { "com.unity.burst": {
"version": "1.8.11", "version": "1.8.12",
"depth": 2, "depth": 2,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.mathematics": "1.2.1" "com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.17f1 m_EditorVersion: 2022.3.18f1
m_EditorVersionWithRevision: 2022.3.17f1 (4fc78088f837) m_EditorVersionWithRevision: 2022.3.18f1 (d29bea25151d)

View File

@ -19,7 +19,7 @@ MonoBehaviour:
width: 2544 width: 2544
height: 1341 height: 1341
m_ShowMode: 4 m_ShowMode: 4
m_Title: Game m_Title: Console
m_RootView: {fileID: 6} m_RootView: {fileID: 6}
m_MinSize: {x: 875, y: 300} m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000} m_MaxSize: {x: 10000, y: 10000}
@ -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: 000000008a5500008c5500008e550000905500009255000094550000 m_ExpandedIDs: 000000009a5500009c5500009e550000a0550000a2550000a4550000
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: 000000008a5500008c5500008e550000905500009255000094550000 m_ExpandedIDs: 000000009a5500009c5500009e550000a0550000a2550000a4550000
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: 12fbffff m_ExpandedIDs: b2faffff
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.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"><a href="https://unity.com/releases/editor/whats-new/2022.3.18">Unity 2022.3.18</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>
--- ---