Unity 2022.3.37 Update

This commit is contained in:
Christer Warén 2024-07-16 03:51:01 +03:00
parent 295163818c
commit e17e2cb18d
5 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@
"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",
"com.unity.collab-proxy": "2.4.3",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",

View File

@ -49,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.15",
"version": "1.8.16",
"depth": 2,
"source": "registry",
"dependencies": {
@ -59,7 +59,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.3.1",
"version": "2.4.3",
"depth": 0,
"source": "registry",
"dependencies": {},

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.33f1
m_EditorVersionWithRevision: 2022.3.33f1 (b2c853adf198)
m_EditorVersion: 2022.3.37f1
m_EditorVersionWithRevision: 2022.3.37f1 (340ba89e4c23)

View File

@ -48,7 +48,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 100}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 40
controlID: 101
draggingID: 0
--- !u!114 &3
MonoBehaviour:
@ -224,7 +224,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 41
controlID: 65
draggingID: 0
--- !u!114 &10
MonoBehaviour:
@ -378,7 +378,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 54550000
m_LastClickedID: 21844
m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000
m_ExpandedIDs: 0000000036570000385700003a5700003c5700003e57000040570000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -406,7 +406,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000
m_ExpandedIDs: 0000000036570000385700003a5700003c5700003e57000040570000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -550,7 +550,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 06fbffff
m_ExpandedIDs: 72f2ffff
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.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"><a href="https://unity.com/releases/editor/whats-new/2022.3.37">Unity 2022.3.37</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>
---