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 22bfc44 commit f0f4479Copy full SHA for f0f4479
com.unity.multiplayer.mlapi/Runtime/Core/NetworkBehaviour.cs
@@ -683,7 +683,7 @@ internal static void HandleNetworkVariableDeltas(List<INetworkVariable> networkV
683
if (NetworkLog.CurrentLogLevel <= LogLevel.Normal)
684
{
685
NetworkLog.LogWarning($"Var delta read too little. {(readStartPos + varSize) - stream.Position} bytes. => {(logInstance != null ? ($"{nameof(NetworkObjectId)}: {logInstance.NetworkObjectId} - {nameof(NetworkObject.GetNetworkBehaviourOrderIndex)}(): {logInstance.NetworkObject.GetNetworkBehaviourOrderIndex(logInstance)} - VariableIndex: {i}") : string.Empty)}");
686
- }
+ }
687
688
stream.Position = readStartPos + varSize;
689
}
0 commit comments