Most ViRSE components are built off this, this allows you to specify whether the component’s state should be synced, and at what frequency

How does world-state syncing work?

Unless the NetworkingType is set to LocalOnly, the state of the component will be continuously synced across all clients in the instance. This means the host client will automatically transmit state to all other clients every x FixedUpdate cycles (depending on the specified SyncFrequency)

Networking settings appear at the bottom of many ViRSE Components

Untitled

NetworkingType