We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c763 commit 985e304Copy full SHA for 985e304
com.unity.netcode.gameobjects/Tests/Runtime/DistributedAuthority/ParentChildDistibutionTests.cs
@@ -163,16 +163,6 @@ public IEnumerator DistributeOwnerHierarchy([Values] DistributionTypes distribut
163
yield return StopOneClient(clientToReconnect);
164
}
165
166
- if (!UseCMBService())
167
- {
168
- m_NetworkManagers.Add(m_ServerNetworkManager);
169
- }
170
- m_NetworkManagers.AddRange(m_ClientNetworkManagers);
171
- if (distributionType == DistributionTypes.UponConnect)
172
173
- m_NetworkManagers.Remove(m_ClientNetworkManagers[3]);
174
175
-
176
// When testing connect redistribution
177
var instances = distributionType == DistributionTypes.UponDisconnect ? 1 : 2;
178
var rootObject = (GameObject)null;
0 commit comments