Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

MoveToValue node

Move a GameObject to a specified position in the x, y, and z directions.
Read time 1 minuteLast updated 2 days ago

Use the MoveToValue node to move a GameObject to a specified position in the x, y, and z directions.

Sockets

Socket

Description

ObjectThe GameObject you want to move.
Value
The position to move the GameObject to.
  • x: The position to move the GameObject to along the x-axis.
  • y: The position to move the GameObject to along the y-axis.
  • z: The position to move the GameObject to along the z-axis.
SecondsThe duration in seconds over which to move the GameObject.
useLocalPosition
Enable to move the GameObject using its local position.
Disable to move the GameObject using its global position.
Wait
Enable to wait for the move to complete before it continues to the next node.
Disable to continue to the next node immediately.