Transport Surface

The transport surface component is a core component that defines a surface for implementing straight and curved conveyors. For further details on all properties associated with this component and how to use this component with scripting, please see the API documentation.

This component can create a straight or curved conveyor running from a leading edge to a trailing edge. A motor may be attached to the component to drive the transport surface. The transport surface component should be added to an entity which also has a physics component with a collider for the surface itself.

Properties

The transport surface component properties that are accessible through the inspector.

Leading Edge

The leading edge for the transport surface. You can click the select button to select an edge from the mesh. Hover over the edge you want to select and left-click to confirm the selection.

Trailing Edge

The trailing edge for the transport surface. You can click the select button to select an edge from the mesh. Hover over the edge you want to select and left-click to confirm the selection.

Motor

The motor that drives the transport surface. You can select an existing motor to be attached to the transport surface, or click the add button to create a new motor component (added to the selected entity) that is automatically attached to the transport surface.