Skip to content

Commit 852f499

Browse files
chore: bump ngo to pre.7 [MTT-3235] (#598)
1 parent 152448e commit 852f499

File tree

6 files changed

+15
-25
lines changed

6 files changed

+15
-25
lines changed

Assets/BossRoom/Scripts/Shared/Game/UI/Editor/NetworkLatencyWarning.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using UnityEngine.UI;
44
using Unity.Netcode;
55
using Unity.Netcode.Transports.UNET;
6+
using Unity.Netcode.Transports.UTP;
67
using Unity.Networking.Transport.Utilities;
78
using UnityEngine.Assertions;
89

Assets/BossRoom/Scripts/Shared/Net/ConnectionManagement/ClientGameNetPortal.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using UnityEngine.SceneManagement;
77
using Unity.Netcode;
88
using Unity.Netcode.Transports.UNET;
9+
using Unity.Netcode.Transports.UTP;
910

1011
namespace Unity.Multiplayer.Samples.BossRoom.Client
1112
{

Assets/BossRoom/Scripts/Shared/Net/ConnectionManagement/GameNetPortal.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using Unity.Multiplayer.Samples.BossRoom.Shared.Net.UnityServices.Lobbies;
77
using Unity.Netcode;
88
using Unity.Netcode.Transports.UNET;
9+
using Unity.Netcode.Transports.UTP;
910
using Unity.Services.Authentication;
1011
using UnityEngine;
1112
using UnityEngine.SceneManagement;

Assets/BossRoom/Scripts/Shared/TransportPicker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Unity.Netcode;
22
using Unity.Netcode.Transports.UNET;
3+
using Unity.Netcode.Transports.UTP;
34
using UnityEngine;
45
using UnityEngine.Assertions;
56

Packages/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"com.unity.learn.iet-framework": "2.1.1",
1111
"com.unity.memoryprofiler": "0.5.0-preview.1",
1212
"com.unity.multiplayer.tools": "1.0.0-pre.2",
13-
"com.unity.netcode.adapter.utp": "1.0.0-pre.6",
14-
"com.unity.netcode.gameobjects": "1.0.0-pre.6",
13+
"com.unity.netcode.gameobjects": "1.0.0-pre.7",
1514
"com.unity.postprocessing": "3.1.1",
1615
"com.unity.render-pipelines.universal": "10.8.1",
1716
"com.unity.services.authentication": "1.0.0-pre.4",

Packages/packages-lock.json

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"url": "https://packages.unity.com"
4343
},
4444
"com.unity.collections": {
45-
"version": "1.1.0",
46-
"depth": 1,
45+
"version": "1.2.3",
46+
"depth": 2,
4747
"source": "registry",
4848
"dependencies": {
49-
"com.unity.burst": "1.5.4",
50-
"com.unity.test-framework": "1.1.29"
49+
"com.unity.burst": "1.6.4",
50+
"com.unity.test-framework": "1.1.31"
5151
},
5252
"url": "https://packages.unity.com"
5353
},
@@ -141,26 +141,13 @@
141141
},
142142
"url": "https://packages.unity.com"
143143
},
144-
"com.unity.netcode.adapter.utp": {
145-
"version": "1.0.0-pre.6",
146-
"depth": 0,
147-
"source": "registry",
148-
"dependencies": {
149-
"com.unity.netcode.gameobjects": "1.0.0-pre.6",
150-
"com.unity.transport": "1.0.0-pre.14"
151-
},
152-
"url": "https://packages.unity.com"
153-
},
154144
"com.unity.netcode.gameobjects": {
155-
"version": "1.0.0-pre.6",
145+
"version": "1.0.0-pre.7",
156146
"depth": 0,
157147
"source": "registry",
158148
"dependencies": {
159-
"com.unity.modules.animation": "1.0.0",
160-
"com.unity.modules.physics": "1.0.0",
161-
"com.unity.modules.physics2d": "1.0.0",
162149
"com.unity.nuget.mono-cecil": "1.10.1",
163-
"com.unity.collections": "1.1.0"
150+
"com.unity.transport": "1.0.0"
164151
},
165152
"url": "https://packages.unity.com"
166153
},
@@ -311,8 +298,8 @@
311298
"url": "https://packages.unity.com"
312299
},
313300
"com.unity.test-framework": {
314-
"version": "1.1.29",
315-
"depth": 0,
301+
"version": "1.1.31",
302+
"depth": 3,
316303
"source": "registry",
317304
"dependencies": {
318305
"com.unity.ext.nunit": "1.0.6",
@@ -353,11 +340,11 @@
353340
"url": "https://packages.unity.com"
354341
},
355342
"com.unity.transport": {
356-
"version": "1.0.0-pre.14",
343+
"version": "1.0.0",
357344
"depth": 1,
358345
"source": "registry",
359346
"dependencies": {
360-
"com.unity.collections": "1.1.0",
347+
"com.unity.collections": "1.2.3",
361348
"com.unity.burst": "1.6.4",
362349
"com.unity.mathematics": "1.2.5"
363350
},

0 commit comments

Comments
 (0)