Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

And node

Outputs true if all inputs are true.
Read time 1 minuteLast updated 2 days ago

Use the And node to check if two conditions are both true. It only outputs true when Input 1 and Input 2 are both true. This is useful if you only want to proceed when multiple requirements are met.

Sockets

Socket

Type

Description

Input 1
Bool
The first true/false condition.
Input 2
Bool
The second true/false condition.
Output
Bool
(output)
True only if both inputs are true; otherwise false.