Skip to content

Commit 6a4f725

Browse files
committed
Upgrade to support Unity 2019.4.21f1
1 parent 64a9e7b commit 6a4f725

18 files changed

+16
-14
lines changed
2.54 KB
Binary file not shown.
2.48 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
212 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
56 Bytes
Binary file not shown.
204 Bytes
Binary file not shown.
34.9 KB
Binary file not shown.
0 Bytes
Binary file not shown.
56 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
Binary file not shown.

Packages/manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ext.nunit": "1.0.0",
5+
"com.unity.ext.nunit": "1.0.6",
66
"com.unity.ide.rider": "1.1.4",
7-
"com.unity.ide.vscode": "1.2.2",
8-
"com.unity.postprocessing": "2.3.0",
9-
"com.unity.test-framework": "1.1.18",
7+
"com.unity.ide.vscode": "1.2.3",
8+
"com.unity.postprocessing": "3.0.3",
9+
"com.unity.test-framework": "1.1.24",
1010
"com.unity.ugui": "1.0.0",
1111
"com.unity.modules.ai": "1.0.0",
1212
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {}
1414
},
1515
"com.unity.ext.nunit": {
16-
"version": "1.0.0",
16+
"version": "1.0.6",
1717
"depth": 0,
1818
"source": "registry",
1919
"dependencies": {},
@@ -29,25 +29,27 @@
2929
"url": "https://packages.unity.com"
3030
},
3131
"com.unity.ide.vscode": {
32-
"version": "1.2.2",
32+
"version": "1.2.3",
3333
"depth": 0,
3434
"source": "registry",
3535
"dependencies": {},
3636
"url": "https://packages.unity.com"
3737
},
3838
"com.unity.postprocessing": {
39-
"version": "2.3.0",
39+
"version": "3.0.3",
4040
"depth": 0,
4141
"source": "registry",
42-
"dependencies": {},
42+
"dependencies": {
43+
"com.unity.modules.physics": "1.0.0"
44+
},
4345
"url": "https://packages.unity.com"
4446
},
4547
"com.unity.test-framework": {
46-
"version": "1.1.18",
48+
"version": "1.1.24",
4749
"depth": 0,
4850
"source": "registry",
4951
"dependencies": {
50-
"com.unity.ext.nunit": "1.0.0",
52+
"com.unity.ext.nunit": "1.0.6",
5153
"com.unity.modules.imgui": "1.0.0",
5254
"com.unity.modules.jsonserialize": "1.0.0"
5355
},

ProjectSettings/PackageManagerSettings.asset

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ MonoBehaviour:
99
m_GameObject: {fileID: 0}
1010
m_Enabled: 1
1111
m_EditorHideFlags: 0
12-
m_Script: {fileID: 0}
12+
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
1313
m_Name:
14-
m_EditorClassIdentifier: UnityEditor:UnityEditor.PackageManager.UI:PackageManagerProjectSettings
14+
m_EditorClassIdentifier:
1515
m_ScopedRegistriesSettingsExpanded: 1
1616
oneTimeWarningShown: 0
1717
m_Registries:

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.14f1
2-
m_EditorVersionWithRevision: 2019.4.14f1 (4037e52648cd)
1+
m_EditorVersion: 2019.4.21f1
2+
m_EditorVersionWithRevision: 2019.4.21f1 (b76dac84db26)

0 commit comments

Comments
 (0)