Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Vector2 node

Create a 2D vector from individual X and Y components.
Read time 1 minuteLast updated 2 days ago

The Vector2 node is a 2D vector toolbox for positions and directions (X, Y). Typical uses:
  • Measure distance/length on a 2D plane (for example, UI movement).
  • Normalize directions and blend or scale them.
  • Access common vectors like zero and one.