This page contains changes which are not marked for translation.
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
DynamicVariableSpace component as seen in the Scene Inspector
Introduction
The DynamicVariableSpace component is used to separate dynamic variables into namespaces.
Since dynamic variables are, by default, created on the slot of the nearest parent DynamicVariableSpace, this component provides control over where the root of that space is, as well as part of the path name to be referenced when using a consumer of dynamic variables, such as DynamicValueVariableDriver`1. For more info see Dynamic Variables.
Having multiple of these components (with the same space name) in the same hierarchy can cause unintended behaviour. If you're having issues with using this component, consider placing this higher in the hierarchy or avoid duplicating a slot that uses this component.