Documentation

Support

Unity Studio

Open Unity Studio

Unity Studio

If else node

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

Use the If else node to choose between two paths. When the condition is true, it runs the Then path. When false, the node runs the Else path.

Sockets

Socket

Type

Description

Condition
Bool
The true/false test that decides which path runs.
Then
Event
(output)
Fires when Condition is true.
Else
Event
(output)
Fires when Condition is false.