Merge Dictionaries

Overview

The Merge Dictionaries Node merges two or more Dictionaries. It receives the Dictionaries to merge (Dictionary 1, Dictionary 2, etc) and outputs the merged Dictionary (New Dictionary).

In the case that two or more of the Dictionaries to be merged have the same key, it takes the value from the first Dictionary (for instance, if Dictionary 2 and Dictionary 3 have the same key with different values, the New Dictionary will take the value from Dictionary 2).

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Inputs

Outputs

See Also

Last updated