Skip to content

Commit

Permalink
Update tooltip for NetworkTransformUnreliable.cs (#3947)
Browse files Browse the repository at this point in the history
Removed comma before fullstops in tooltip
  • Loading branch information
JesusLuvsYooh authored Nov 21, 2024
1 parent f68b590 commit 4a02ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class NetworkTransformUnreliable : NetworkTransformBase

[Header("Additional Settings")]
// Testing under really bad network conditions, 2%-5% packet loss and 250-1200ms ping, 5 proved to eliminate any twitching, however this should not be the default as it is a rare case Developers may want to cover.
[Tooltip("How much time, as a multiple of send interval, has passed before clearing buffers.\nA larger buffer means more delay, but results in smoother movement.\nExample: 1 for faster responses minimal smoothing, 5 covers bad pings but has noticable delay, 3 is recommended for balanced results,.")]
[Tooltip("How much time, as a multiple of send interval, has passed before clearing buffers.\nA larger buffer means more delay, but results in smoother movement.\nExample: 1 for faster responses minimal smoothing, 5 covers bad pings but has noticable delay, 3 is recommended for balanced results.")]
public float bufferResetMultiplier = 3;

[Header("Sensitivity"), Tooltip("Sensitivity of changes needed before an updated state is sent over the network")]
Expand Down

0 comments on commit 4a02ab5

Please sign in to comment.