We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a264ca commit 54f7909Copy full SHA for 54f7909
1 file changed
com.unity.netcode.gameobjects/Editor/CodeGen/RuntimeAccessModifiersILPP.cs
@@ -159,7 +159,7 @@ private void ProcessNetworkBehaviour(TypeDefinition typeDefinition)
159
{
160
fieldDefinition.IsFamilyOrAssembly = true;
161
}
162
-#if MULTIPLAYER_TOOLS && (DEVELOPMENT_BUILD || UNITY_EDITOR || UNITY_MP_TOOLS_NET_STATS_MONITOR_ENABLED_IN_RELEASE)
+#if MULTIPLAYER_TOOLS && (DEBUG || UNITY_MP_TOOLS_NET_STATS_MONITOR_ENABLED_IN_RELEASE)
163
if (fieldDefinition.Name == nameof(NetworkBehaviour.__rpc_name_table))
164
165
0 commit comments