HomeGuides
HomeGuidesLearn about the Immerse SDK installerLog In

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:

409

TransformSync as it appears in the Inspector

Description
Sync PropertiesSelect which properties this component should synchronise. 'Velocity' and 'Angular Velocity' properties also require a Rigidbody component.
Update IntervalDetermine 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.
InterpolationChoose 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.