chore: Merging back changes after Netcode 2.8.0 release#3849
Merged
michalChrobot merged 3 commits intodevelop-2.0.0from Jan 20, 2026
Merged
chore: Merging back changes after Netcode 2.8.0 release#3849michalChrobot merged 3 commits intodevelop-2.0.0from
michalChrobot merged 3 commits intodevelop-2.0.0from
Conversation
Fixing issue where spawning a player in distributed authority mode via a client, typically session owner, other than the newly connected client and scene management is disabled then the already spawned players will not properly get synchronized by each owning client due to the newly connected client's identifier already being added prior to synchronization.
* Updated changelog and package version for Netcode in anticipation of v2.8.0 release * fix Transport topology type mismatch on OSX. * Revert "Updated changelog and package version for Netcode in anticipation of v2.8.0 release" This reverts commit 037fe45. --------- Co-authored-by: netcode-automation <svc-netcode-sdk@unity3d.com> Co-authored-by: Noel Stephens <noel.stephens@unity3d.com>
6 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose of this PR
This PR aims to backport all changes that we needed to make in order to release Netcode from
release/2.8.0branch that includes cherry-picks of:Jira ticket
N/A
Changelog
N/A but it modifies/corrects the existing one
Documentation
N/A
Testing & QA (How your changes can be verified during release Playtest)
N/A, tested during release and changes are small/changelog related
Backports
N/A