Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Addition node

Add two values together.
Read time 1 minuteLast updated 2 days ago

Use the Addition node to combine two values. Use to add numbers together, join text, or add vectors component-by-component. This is useful if you want to increase a score, build a message, or combine movement values.

Sockets

Socket

Type

Description

Input 1
Float
,
Int
,
String
,
Vector2
,
Vector3
The first value to add.
Input 2Same type as Input 1The second value to add to the first. Must be the same kind of value as Input 1.
OutputSame as Input 1 (output)The result of the addition: numbers summed, text concatenated, or vectors added per component.

Addition node • Unity Lite • Unity Docs