I’m creating my own polation algorithm, and I want to verify if each field of an objects update is delivered together. I’m assuming fields without changes do not get sent, however, if “Controller.SteeringAngle”, “RigidBody.Velocity” and “Transform.Rotation” are all changed in the same frame, am I assured that all 3 updates are derived together?
I know some network systems post updates per field, not object. which can sometimes cause updates to not be delivered together. So for writing my dead reconning I want to know the nature of the update mechanism.