Documentation

Support

Unity Studio

Open Unity Studio

Unity Studio

MoveToValue node

Move a GameObject to a specified position in the x, y, and z directions.
Read time 1 minuteLast updated 11 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.
ValueThe 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.
useLocalPositionEnable to move the GameObject using its local position.
Disable to move the GameObject using its global position.
WaitEnable to wait for the move to complete before it continues to the next node.
Disable to continue to the next node immediately.