NetworkTransform
sends movement updates every sendInterval
over the Unreliable
channel.NetworkTransform
component solves it by using Snapshot Interpolation. We recommend reading through the linked chapter to understand it in detail.sendInterval * Buffer Time Multiplier
. It's usually recommended to use a factor of '3'. Buffer Time Multiplier
to make up for worse conditions, you could also decrease the sendInterval
to still keep a reasonably low buffering delay.