Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Math node

Perform basic arithmetic operations on numbers.
Read time 1 minuteLast updated 2 days ago

The Math node is a toolbox for common calculations. Select the arrow on the node to access the various tools. Typical uses:
  • Clamp a value between a minimum and maximum. For example, to keep a volume between 0 and 1.
  • Get minimum/maximum of numbers, absolute value, rounding.
  • Powers and roots (for example- square, square root).
  • Trigonometry (sine, cosine) for smooth motion or oscillations.