Immerse SDK
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Configuring a TransformSync

A Transform Sync component has a few options available to it, detailed below:

TransformSync as it appears in the Inspector

Field Description
Sync Properties Select which properties this component should synchronise. ‘Velocity’ and ‘Angular Velocity’ properties also require a Rigidbody component.
Update Interval Determine how often a message should be sent. A shorter interval means that more messages will be sent, improving accuracy for remote users but increasing bandwidth.
Interpolation Choose how the transform sync will update sync properties.
Interpolate: The Transform Sync will lerp between its current value and the latest sent value.
Extrapolate: The transform sync will predict the value of the next set of sync properties based on the previous ones.