Skip to content
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

chore: update NGO, tools, authentication and relay packages #690

Merged
merged 8 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from 6 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
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).

## [Unreleased] - yyyy-mm-dd

### Added
*
### Changed
* Updated tools, authentication and relay packages (#690)
### Removed
*
### Fixed
*

## [v1.3.0-pre] - 2022-06-23

### Added
Expand All @@ -30,16 +41,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
### Removed
* Remove UNET [MTT-3435] (#638) --> removed deprecated UNET transport from Boss Room

## [Unreleased] - yyyy-mm-dd

### Added
*
### Changed
*
### Removed
*
### Fixed
*
## [1.2.0-pre] - 2022-04-28
### Changes
* Bump to pre.8 and fix compile issues [MTT-3413] (#631) --> Custom message structs now need new interfaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"references": [
"Unity.Netcode.Components",
"Unity.Netcode.Runtime",
"Unity.Services.Core",
"Unity.Services.Authentication",
"Unity.Services.Relay"
],
"includePlatforms": [],
Expand All @@ -17,4 +15,4 @@
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
}
8 changes: 3 additions & 5 deletions Packages/com.unity.multiplayer.samples.coop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
"dependencies": {
"com.unity.learn.iet-framework": "1.2.1",
"com.unity.multiplayer.tools": "1.0.0-pre.7",
"com.unity.netcode.gameobjects": "1.0.0-pre.10",
"com.unity.services.authentication": "1.0.0-pre.4",
"com.unity.services.lobby": "1.0.0-pre.6",
"com.unity.services.relay": "1.0.2"
"com.unity.multiplayer.tools": "1.0.0",
"com.unity.netcode.gameobjects": "1.0.0",
"com.unity.services.relay": "1.0.3"
}
}
8 changes: 4 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"com.unity.ide.vscode": "1.2.5",
"com.unity.learn.iet-framework": "2.2.1",
"com.unity.memoryprofiler": "0.5.0-preview.1",
"com.unity.netcode.gameobjects": "1.0.0-pre.10",
"com.unity.multiplayer.tools": "1.0.0-pre.7",
"com.unity.multiplayer.tools": "1.0.0",
"com.unity.netcode.gameobjects": "1.0.0",
"com.unity.postprocessing": "3.2.1",
"com.unity.render-pipelines.universal": "12.1.6",
"com.unity.services.authentication": "1.0.0-pre.4",
"com.unity.services.authentication": "2.1.1",
"com.unity.services.lobby": "1.0.0-pre.6",
SamuelBellomo marked this conversation as resolved.
Show resolved Hide resolved
"com.unity.services.relay": "1.0.2",
"com.unity.services.relay": "1.0.3",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",
Expand Down
37 changes: 18 additions & 19 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,13 @@
"source": "embedded",
"dependencies": {
"com.unity.learn.iet-framework": "1.2.1",
"com.unity.multiplayer.tools": "1.0.0-pre.7",
"com.unity.netcode.gameobjects": "1.0.0-pre.10",
"com.unity.services.authentication": "1.0.0-pre.4",
"com.unity.services.lobby": "1.0.0-pre.6",
"com.unity.services.relay": "1.0.2"
"com.unity.multiplayer.tools": "1.0.0",
"com.unity.netcode.gameobjects": "1.0.0",
"com.unity.services.relay": "1.0.3"
}
},
"com.unity.multiplayer.tools": {
"version": "1.0.0-pre.7",
"version": "1.0.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -142,7 +140,7 @@
"url": "https://packages.unity.com"
},
"com.unity.netcode.gameobjects": {
"version": "1.0.0-pre.10",
"version": "1.0.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -160,7 +158,7 @@
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.0.2",
"depth": 2,
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -210,18 +208,19 @@
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "2.0.0",
"depth": 1,
"version": "2.1.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.services.core": "1.3.1",
"com.unity.modules.unitywebrequest": "1.0.0"
"com.unity.services.core": "1.4.2",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.4.0",
"version": "1.4.2",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -248,32 +247,32 @@
"url": "https://packages.unity.com"
},
"com.unity.services.qos": {
"version": "1.0.0",
"version": "1.0.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.3.2",
"com.unity.services.core": "1.4.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.1",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.services.authentication": "2.0.0",
"com.unity.collections": "1.2.3"
},
"url": "https://packages.unity.com"
},
"com.unity.services.relay": {
"version": "1.0.2",
"version": "1.0.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.4.0",
"com.unity.services.authentication": "2.0.0",
"com.unity.services.qos": "1.0.0",
"com.unity.services.qos": "1.0.1",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.1",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.transport": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down