Configuring a Transform Sync
This feature requires the Immerse SDK Enterprise Edition
This is different to the free Immerse SDK. Contact [email protected] if you require access.
Understand the difference between the Free and Enterprise SDK
A Transform Sync component has a few options available to it, detailed below:

TransformSync as it appears in the Inspector
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. When set to Interpolate the Transform Sync will lerp between its current value and the latest sent value. When set to Extrapolate the transform sync will predict the value of the next set of sync properties based on the previous ones. |
Updated about 2 years ago