-
Notifications
You must be signed in to change notification settings - Fork 517
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LPLafontaineB
added
2-Easy
This PR is trivial and can be reviewed quickly
1-Needs Review
PR needs attention from the assignee and reviewers
labels
Jun 28, 2022
LPLafontaineB
changed the title
chore: update tools, authentication and relay packages
chore: update NGO, tools, authentication and relay packages
Jun 29, 2022
ashwinimurt
previously approved these changes
Jul 5, 2022
SamuelBellomo
approved these changes
Jul 6, 2022
SamuelBellomo
added a commit
that referenced
this pull request
Jul 12, 2022
* develop: refactor: replacing GameNetPortal with state machine [MTT-1742] [MTT-3501] [MTT-3502] (#666) chore: update NGO, tools, authentication and relay packages (#690) feat: replacing discope with vcontainer [MTT-3675] (PR recreated) (#679) updated changelogs with fixes made to the release changelog (#688) # Conflicts: # Assets/Scenes/CharSelect.unity # Assets/Scenes/PostGame.unity # Assets/Scenes/Startup.unity # Assets/Scripts/ApplicationLifecycle/ApplicationController.cs # Assets/Scripts/Gameplay/ConnectionManagement/ClientGameNetPortal.cs # Assets/Scripts/Gameplay/ConnectionManagement/GameNetPortal.cs # Assets/Scripts/Gameplay/ConnectionManagement/ServerGameNetPortal.cs # Assets/Scripts/Gameplay/DebugCheats/Unity.BossRoom.DebugCheats.asmdef # Assets/Scripts/Gameplay/GameState/ClientBossRoomState.cs # Assets/Scripts/Gameplay/GameState/ClientCharSelectState.cs # Assets/Scripts/Gameplay/GameState/ClientPostGameState.cs # Assets/Scripts/Gameplay/GameState/GameStateBehaviour.cs # Assets/Scripts/Gameplay/GameState/ServerBossRoomState.cs # Assets/Scripts/Gameplay/GameState/ServerCharSelectState.cs # Assets/Scripts/Gameplay/GameState/ServerPostGameState.cs # Assets/Scripts/Gameplay/GameplayObjects/ClientDoorVisualization.cs # Assets/Scripts/Gameplay/UI/IPUIMediator.cs # Assets/Scripts/Gameplay/UI/PostGameUI.cs # Assets/Scripts/Infrastructure/DIScope.cs # Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1-Needs Review
PR needs attention from the assignee and reviewers
2-Easy
This PR is trivial and can be reviewed quickly
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the Netcode For GameObjects, Multiplayer Tools, UGS Authentication and UGS Relay packages to their latest versions: 1.0.0, 1.0.0, 2.1.1, and 1.0.3 respectively. It also replaces our usage of the deprecated class
Relay
withRelayService
.Issue Number(s)
Contribution checklist