Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Or node

Check if at least one input is true.
Read time 1 minuteLast updated 2 days ago

Use the Or node to check if at least one of two conditions is true. The Node outputs true when either Input 1 or Input 2 is true (or both). This is useful if you want to proceed if any one of several conditions is 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 if at least one input is true; otherwise false.