Offline Rigidbodies
In some cases you will want the player to be able to interact with non-networked rigidbodies; these require a special component.
Last updated
In some cases you will want the player to be able to interact with non-networked rigidbodies; these require a special component.
Last updated
While prediction is in use, if you have a rigidbody object in your game that is not synchronized with the network it must contain an OfflineRigidbody component. Please review the for more information on it's uses.