wiki.sine.space | sinespace

Components/TeleportPad

From wiki.sine.space
Jump to: navigation, search


Teleport Pad
Component
TeleportPadComponent.jpg

Component's Inspector

Name Location Name
Teleport FX FX Instance GameObject

This component brings up a list of possible destinations in the scene, when the user is in range; and allows the user to teleport to any other Teleport Pad within the scene.

Use this component to link large scenes together, allowing the user to access popular locations easily.

The object this component is attached to needs another collider to detect avatar stepping on it/colliding. To do so add component - Box/capsule collider and set the collider to is trigger. If the collider is not set to is trigger it will not let avatar pass through it.

Teleport FX should be a timed particle effect or other object which is instantiated when the user arrives at this pad; at the pads location.