NetworkTransformReliable - comments

This commit is contained in:
MrGadget1024 2023-01-12 22:34:59 -05:00
parent 32577f62bf
commit 08e595caf1

View File

@ -178,6 +178,9 @@ public override void OnSerialize(NetworkWriter writer, bool initialState)
// for interpolated client owned identities, // for interpolated client owned identities,
// always broadcast the latest known snapshot so other clients can // always broadcast the latest known snapshot so other clients can
// interpolate immediately instead of catching up too // interpolate immediately instead of catching up too
// See https://github.com/MirrorNetworking/Mirror/issues/3317
// Commenting out this 1f block substantially smoothed out C2S experience
//if (SkipQueue()) //if (SkipQueue())
//{ //{
// snapshot = serverSnapshots.Values[serverSnapshots.Count - 1]; // snapshot = serverSnapshots.Values[serverSnapshots.Count - 1];