Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Vector3 node (constant)

Create a Vector3 constant value to use in your Logic script.
Read time 1 minuteLast updated 2 days ago

Use the Vector3 constant node to create a 3D vector that doesn't change. It’s useful for positions, directions, or movement in 3D space (X, Y, Z).

Sockets

Socket

Type

Description

X
Float
The horizontal component.
Y
Float
The vertical component.
Z
Float
The depth component.