Fix/early disconnect due to topology mismatch#3823
Merged
michalChrobot merged 3 commits intorelease/2.8.0from Dec 17, 2025
Merged
Fix/early disconnect due to topology mismatch#3823michalChrobot merged 3 commits intorelease/2.8.0from
michalChrobot merged 3 commits intorelease/2.8.0from
Conversation
…tion of v2.8.0 release" This reverts commit 037fe45.
michalChrobot
added a commit
that referenced
this pull request
Jan 20, 2026
* 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>
michalChrobot
added a commit
that referenced
this pull request
Jan 20, 2026
* fix 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. * update Adding change log entry. * Fix/early disconnect due to topology mismatch (#3823) * 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> --------- Co-authored-by: Noel Stephens <noel.stephens@unity3d.com> Co-authored-by: netcode-automation <svc-netcode-sdk@unity3d.com>
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 fix the issue encountered during 2.8.0 Playtest that happened on a mac device with
[Netcode] [Topology Mismatch] Transport detected an issue with the topology (ClientServer | DistributedAuthority) usage or setting! Disconnecting from session.Which the first topology was what the currently assigned NetworkConfig.NetworkTransport was reporting.
Jira ticket
N/A
Documentation
N/A
Testing & QA (How your changes can be verified during release Playtest)
Another Playtest will be performed to test fixes
Backports
This will be backported to
develop-2.0.0after successful release