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 e83c1f5 commit 891ccdeCopy full SHA for 891ccde
com.unity.netcode.gameobjects/Tests/Runtime/DistributedAuthority/RpcProxyMessageTesting.cs
@@ -25,13 +25,6 @@ public class RpcProxyMessageTesting : NetcodeIntegrationTest
25
26
private StringBuilder m_ValidationLogger = new StringBuilder();
27
28
- protected override void OnPreInitializeConfiguration()
29
- {
30
- System.Environment.SetEnvironmentVariable("USE_CMB_SERVICE", "true");
31
- System.Environment.SetEnvironmentVariable("CMB_SERVICE_PORT", null);
32
- base.OnPreInitializeConfiguration();
33
- }
34
-
35
public RpcProxyMessageTesting(HostOrServer hostOrServer) : base(hostOrServer) { }
36
37
protected override IEnumerator OnSetup()
0 commit comments