1
0
mirror of https://github.com/cwchristerw/jump-game synced 2024-09-08 02:04:30 +00:00

Unity 2022.3.31 Update

This commit is contained in:
Christer Warén 2024-06-02 01:21:49 +03:00
parent cfe19c34b6
commit 19c0c47a95
5 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.spriteshape": "9.0.2",
"com.unity.2d.spriteshape": "9.0.3",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.collab-proxy": "2.3.1",

View File

@ -20,12 +20,12 @@
"dependencies": {}
},
"com.unity.2d.spriteshape": {
"version": "9.0.2",
"version": "9.0.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.2d.common": "8.0.1",
"com.unity.2d.common": "8.0.2",
"com.unity.modules.physics2d": "1.0.0"
},
"url": "https://packages.unity.com"
@ -49,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.13",
"version": "1.8.15",
"depth": 2,
"source": "registry",
"dependencies": {

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.27f1
m_EditorVersionWithRevision: 2022.3.27f1 (73effa14754f)
m_EditorVersion: 2022.3.31f1
m_EditorVersionWithRevision: 2022.3.31f1 (4ede2d13e8b4)

View File

@ -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}
@ -268,8 +268,8 @@ MonoBehaviour:
y: 0
width: 1526
height: 781
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 17}
m_Panes:
- {fileID: 16}
@ -375,7 +375,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 54550000
m_LastClickedID: 21844
m_ExpandedIDs: 00000000e4550000e6550000e8550000ea550000ec550000ee550000
m_ExpandedIDs: 00000000e6550000e8550000ea550000ec550000ee550000f0550000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -403,7 +403,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000e4550000e6550000e8550000ea550000ec550000ee550000
m_ExpandedIDs: 00000000e6550000e8550000ea550000ec550000ee550000f0550000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -547,7 +547,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 92f9ffff
m_ExpandedIDs: 52faffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -1088,7 +1088,7 @@ MonoBehaviour:
m_HSlider: 0
m_VSlider: 0
m_IgnoreScrollWheelUntilClicked: 0
m_EnableMouseInput: 1
m_EnableMouseInput: 0
m_EnableSliderZoomHorizontal: 0
m_EnableSliderZoomVertical: 0
m_UniformScale: 1

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.27">Unity 2022.3.27</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.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">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>
---