Skip to content

Commit a3334d8

Browse files
update
Fixing minor merge issues.
1 parent 7a8fd72 commit a3334d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

com.unity.netcode.gameobjects/Tests/Runtime/Rpc/RpcInvocationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if MULTIPLAYER_TOOLS && (DEVELOPMENT_BUILD || UNITY_EDITOR || UNITY_MP_TOOLS_NET_STATS_MONITOR_ENABLED_IN_RELEASE)
1+
#if MULTIPLAYER_TOOLS && (DEBUG || UNITY_MP_TOOLS_NET_STATS_MONITOR_ENABLED_IN_RELEASE)
22
using System.Collections;
33
using System.Collections.Generic;
44
using System.Runtime.CompilerServices;

com.unity.netcode.gameobjects/Tests/Runtime/TestHelpers/NetcodeIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ private void InternalOnOneTimeSetup()
622622

623623
VerboseDebug($"Exiting {nameof(OneTimeSetup)}");
624624

625-
#if DEVELOPMENT_BUILD || UNITY_EDITOR
625+
#if DEBUG
626626
// Default to not log the serialized type not optimized warning message when testing.
627627
NetworkManager.DisableNotOptimizedSerializedType = true;
628628
#endif

0 commit comments

Comments
 (0)