Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

If node

Run different actions based on whether a condition is true or false.
Read time 1 minuteLast updated 2 days ago

Use the If node to run actions only when a condition is true. If the condition is false, nothing happens.

Sockets

Socket

Type

Description

Condition
Bool
The true/false test. If true, the connected actions run; if false, it skips.
Then
Event
(output)
Fires the attached node when Condition is true. Connect the actions to run in that case.