Ridable Item

Ridable Items allow you to create items that players can ride.

property

propertyfunction
SeatSet the Transform that specifies the position and rotation of the riding avatar. If not set, Ridable Items will not work.
Exit TransformSet the Transform that specifies the position and rotation of the avatar when you get off. If not set, the position will not be specified when getting off.
Left GripIf set, the avatar’s left hand will be aligned with this Transform when it is not being operated.
Right GripIf set, the avatar’s right hand will be aligned with this Transform when it is not being operated.
Avatar Override AnimationIf set, the riding avatar will move with the specified animation. Of the specified animations, only the movements of the lower body, arms and hands are reflected.

detail

At least one Collider component is required in the same hierarchy or as a child of the Ridable Item component to specify the range of objects that can be used.

Layers are automatically set on the GameObject to which this component is attached and on child GameObjects.