We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfcf52 commit 0d1f8eeCopy full SHA for 0d1f8ee
1 file changed
com.unity.netcode.gameobjects/Runtime/Timing/NetworkTimeSystem.cs
@@ -85,7 +85,7 @@ public class NetworkTimeSystem
85
/// For a distributed authority network topology, this latency is between
86
/// the client and the distributed authority service instance.
87
/// </remarks>
88
- public int TickLatency = 2;
+ public int TickLatency = 1;
89
90
internal double LastSyncedServerTimeSec { get; private set; }
91
internal double LastSyncedRttSec { get; private set; }
0 commit comments