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

MOVE BY

Instantly moves the object relative to its current position.

Appearance in Composition Pane
Description

Instantly moves the object by the vector provided. Think of this like adding to the current position. The movement is similar to teleportation, as it will not interact with any collidable objects between the starting and ending positions.
Parameters

object, vector
Moves the object by the vector.


PREREQUISITE READING

MOVE TO precedes this tutorial


Example 1: Move object upwards

When lift is received, self is moved upwards along the y axis by 1 meter.

Next Up