Skip to content

Commit a9467fe

Browse files
update
Remove UNET from v1.x along with assembly defines specific to UNET. Update the project version to the most recent version of 2022.3.62f2 that has no known security vulnerability. Update the test project's manifest and packages-lock files.
1 parent d303895 commit a9467fe

File tree

7 files changed

+13
-345
lines changed

7 files changed

+13
-345
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/UNET.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

com.unity.netcode.gameobjects/Runtime/Transports/UNET/UNetTransport.cs

Lines changed: 0 additions & 308 deletions
This file was deleted.

com.unity.netcode.gameobjects/Runtime/Transports/UNET/UNetTransport.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.netcode.gameobjects/Runtime/com.unity.netcode.runtime.asmdef

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"expression": "",
2323
"define": "MULTIPLAYER_TOOLS"
2424
},
25-
{
26-
"name": "Unity",
27-
"expression": "(0,2022.2.0a5)",
28-
"define": "UNITY_UNET_PRESENT"
29-
},
3025
{
3126
"name": "com.unity.multiplayer.tools",
3227
"expression": "1.0.0-pre.7",

testproject/Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"disableProjectUpdate": false,
33
"dependencies": {
4-
"com.unity.addressables": "1.21.9",
5-
"com.unity.ai.navigation": "1.1.1",
6-
"com.unity.collab-proxy": "2.6.0",
4+
"com.unity.addressables": "1.22.3",
5+
"com.unity.ai.navigation": "1.1.6",
6+
"com.unity.collab-proxy": "2.7.1",
77
"com.unity.ide.rider": "3.0.37",
88
"com.unity.ide.visualstudio": "2.0.22",
99
"com.unity.mathematics": "1.2.6",
1010
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
11-
"com.unity.transport": "1.5.0",
1211
"com.unity.package-validation-suite": "0.49.0-preview",
1312
"com.unity.services.authentication": "2.7.4",
1413
"com.unity.services.core": "1.14.0",
1514
"com.unity.services.relay": "1.0.5",
1615
"com.unity.test-framework": "1.3.3",
1716
"com.unity.test-framework.performance": "3.1.0",
18-
"com.unity.textmeshpro": "3.0.6",
17+
"com.unity.textmeshpro": "3.0.7",
1918
"com.unity.timeline": "1.8.2",
19+
"com.unity.transport": "1.5.0",
2020
"com.unity.ugui": "1.0.0",
2121
"com.unity.modules.ai": "1.0.0",
2222
"com.unity.modules.androidjni": "1.0.0",

0 commit comments

Comments
 (0)