Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TransformSyncMode

enumeration

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.