Meta accounts are here: you can create a Meta account to log into VR devices. Learn more

MOVE TO

Instantly moves the object to the coordinates provided.

Appearance in Composition Pane
Description

Instantly moves the object to the provided vector coordinates. The coordinates are relative to the world’s grid. The object being affected needs to be set to "Interactive" or "Animated." The movement is similar to teleportation, as it will not interact with any collidable objects between the starting and ending positions.
Parameters

object, vector
The object moves to the vector position.

Example 1: Return to initial position

In this example the object self moves to the initialpos vector. This vector can be set in the object’s property panel, or alternatively on world start using set to and position of object.

Next Up