Skip to content

chore: bump ngo to pre.7 [MTT-3235] #598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using UnityEngine.UI;
using Unity.Netcode;
using Unity.Netcode.Transports.UNET;
using Unity.Netcode.Transports.UTP;
using Unity.Networking.Transport.Utilities;
using UnityEngine.Assertions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using UnityEngine.SceneManagement;
using Unity.Netcode;
using Unity.Netcode.Transports.UNET;
using Unity.Netcode.Transports.UTP;

namespace Unity.Multiplayer.Samples.BossRoom.Client
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using Unity.Multiplayer.Samples.BossRoom.Shared.Net.UnityServices.Lobbies;
using Unity.Netcode;
using Unity.Netcode.Transports.UNET;
using Unity.Netcode.Transports.UTP;
using Unity.Services.Authentication;
using UnityEngine;
using UnityEngine.SceneManagement;
Expand Down
1 change: 1 addition & 0 deletions Assets/BossRoom/Scripts/Shared/TransportPicker.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Unity.Netcode;
using Unity.Netcode.Transports.UNET;
using Unity.Netcode.Transports.UTP;
using UnityEngine;
using UnityEngine.Assertions;

Expand Down
3 changes: 1 addition & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"com.unity.learn.iet-framework": "2.1.1",
"com.unity.memoryprofiler": "0.5.0-preview.1",
"com.unity.multiplayer.tools": "1.0.0-pre.2",
"com.unity.netcode.adapter.utp": "1.0.0-pre.6",
"com.unity.netcode.gameobjects": "1.0.0-pre.6",
"com.unity.netcode.gameobjects": "1.0.0-pre.7",
"com.unity.postprocessing": "3.1.1",
"com.unity.render-pipelines.universal": "10.8.1",
"com.unity.services.authentication": "1.0.0-pre.4",
Expand Down
33 changes: 10 additions & 23 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "1.1.0",
"depth": 1,
"version": "1.2.3",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.5.4",
"com.unity.test-framework": "1.1.29"
"com.unity.burst": "1.6.4",
"com.unity.test-framework": "1.1.31"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -141,26 +141,13 @@
},
"url": "https://packages.unity.com"
},
"com.unity.netcode.adapter.utp": {
"version": "1.0.0-pre.6",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.netcode.gameobjects": "1.0.0-pre.6",
"com.unity.transport": "1.0.0-pre.14"
},
"url": "https://packages.unity.com"
},
"com.unity.netcode.gameobjects": {
"version": "1.0.0-pre.6",
"version": "1.0.0-pre.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.collections": "1.1.0"
"com.unity.transport": "1.0.0"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -311,8 +298,8 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.29",
"depth": 0,
"version": "1.1.31",
"depth": 3,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "1.0.6",
Expand Down Expand Up @@ -353,11 +340,11 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.0.0-pre.14",
"version": "1.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.collections": "1.1.0",
"com.unity.collections": "1.2.3",
"com.unity.burst": "1.6.4",
"com.unity.mathematics": "1.2.5"
},
Expand Down