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

MOVE BY OVER TIME

Moves the object relative to its current position over time.

Appearance in Composition Pane
Description

Moves the object by the vector over the time provided. Think of this like adding to the current position. The movement can interact with collidable objects between the starting and ending positions.
Parameters

object, vector, number
Moves the object to the vector position over a number of seconds


PREREQUISITE READING

MOVE TO OVER TIME precedes this tutorial


Example 1: Move object by over time

Move by over time moves self over a period of 3 seconds by the vector variable moveby. Creating a variable means we can run this on separate objects with different amounts for each.

Next Up