Configuring a TransformSync
A Transform Sync component has a few options available to it, detailed below:
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. |