Version: 2018.1

TransformSyncMode

enumeration

Switch to Manual

Description

How to synchronize an object's position.

Variables

SyncNoneDont synchronize.
SyncTransformSync using the game object's base transform.
SyncRigidbody2DSync using the Rigidbody2D component.
SyncRigidbody3DSync using the Rigidbody component.
SyncCharacterControllerSync using the CharacterController component.