Select Data

Overview

Because Input Data Sockets in Incari can only receive a value from a single connection, this creates a problem when you wish to converge the Logic into a single branch. This is why the Select Data Node was introduced. The Select Data Node takes two or more pairs of Pulse and Data inputs, and outputs the value corresponding to the input Pulse that the Node was executed by.

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Outputs

Example Usage

The Select Data Node is particularly useful for optimizing our Logic workflow in order to avoid repetition of Nodes. The following example shows how to use the Select Data Node to merge two branches of Logic into a single branch.

The image above shows two branches that have the same effect (modify a Text Object) and could converge into a single branch. For this, the Select Data Node is introduced:

Last updated