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

Unity 2022.3.8 Update

This commit is contained in:
Christer Warén 2023-09-04 14:40:37 +03:00
parent 22c76038b6
commit 7988614420
5 changed files with 20 additions and 20 deletions

View File

@ -4,7 +4,7 @@
"com.unity.2d.spriteshape": "9.0.2",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "1.1.4",
"com.unity.collab-proxy": "2.0.5",
"com.unity.collab-proxy": "2.0.7",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",

View File

@ -49,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.7",
"version": "1.8.8",
"depth": 2,
"source": "registry",
"dependencies": {
@ -58,7 +58,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.0.5",
"version": "2.0.7",
"depth": 0,
"source": "registry",
"dependencies": {},

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.7f1
m_EditorVersionWithRevision: 2022.3.7f1 (b16b3b16c7a0)
m_EditorVersion: 2022.3.8f1
m_EditorVersionWithRevision: 2022.3.8f1 (b5eafc012955)

View File

@ -48,7 +48,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 100}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 40
controlID: 41
--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
@ -68,8 +68,8 @@ MonoBehaviour:
y: 0
width: 516
height: 1291
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}
@ -94,8 +94,8 @@ MonoBehaviour:
y: 0
width: 502
height: 781
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 15}
m_Panes:
- {fileID: 15}
@ -223,7 +223,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 41
controlID: 42
--- !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: 42
controlID: 43
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
@ -268,8 +268,8 @@ MonoBehaviour:
y: 0
width: 1526
height: 781
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 17}
m_Panes:
- {fileID: 16}
@ -373,9 +373,9 @@ MonoBehaviour:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 72560000
m_LastClickedID: 22130
m_ExpandedIDs: 00000000725600007456000076560000785600007a5600007c56000000ca9a3bffffff7f
m_SelectedIDs: 34560000
m_LastClickedID: 22068
m_ExpandedIDs: 000000003456000036560000385600003a5600003c5600003e56000000ca9a3bffffff7f
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -403,7 +403,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000725600007456000076560000785600007a5600007c560000
m_ExpandedIDs: 000000003456000036560000385600003a5600003c5600003e560000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -547,7 +547,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: bef8ffff
m_ExpandedIDs: faf6ffff
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.7">Unity 2022.3.7</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.8">Unity 2022.3.8</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>
---