Movable Item component
Movable Items allow you to synchronize the position of objects between players in the world.
Movable Items cannot be attached to Character Items.
detail
The Movable Item component requires a Rigidbody component. The behavior of the Movable Item can be controlled by setting the Rigidbody. Please refer to the Unity manual for details on Rigidbody settings.
When the Movable Item is moved to a position lower than Despawn Height, it will return to its initial position. World-generated items will be discarded.
Tips
You must check the Convex checkbox to apply the Mesh Collider to a Rigidbody with IsKinematic turned off. Please refer to the Unity manual for details on setting Mesh Collider.