Compare commits

..

2 Commits

Author SHA1 Message Date
Christer Warén
295163818c Unity 2022.3.33 Update 2024-06-15 07:37:09 +03:00
Christer Warén
19c0c47a95 Unity 2022.3.31 Update 2024-06-02 01:21:49 +03:00
5 changed files with 13 additions and 10 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.33f1
m_EditorVersionWithRevision: 2022.3.33f1 (b2c853adf198)

View File

@ -49,6 +49,7 @@ MonoBehaviour:
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 40
draggingID: 0
--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
@ -224,6 +225,7 @@ MonoBehaviour:
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 41
draggingID: 0
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
@ -249,6 +251,7 @@ MonoBehaviour:
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 42
draggingID: 0
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
@ -375,7 +378,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 54550000
m_LastClickedID: 21844
m_ExpandedIDs: 00000000e4550000e6550000e8550000ea550000ec550000ee550000
m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -403,7 +406,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000e4550000e6550000e8550000ea550000ec550000ee550000
m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -547,7 +550,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 92f9ffff
m_ExpandedIDs: 06fbffff
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.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.33">Unity 2022.3.33</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>
---