This page contains changes which are not marked for translation.
A dynamic value variable is a component that allows storing any value Type inside the component. The value is then accessible and changeable via the Dynamic Variables system.
Component image
Dynamic Value Variable`1 component as seen in the Scene Inspector
whether this component should write its value to a Dynamic Variable Space Component when it links to the space, updating all child variables with the same name and type.
Usage
This can be used to store values that should be accessible to different things underneath and outside of a system. This is useful if the item needs to be able to have it's color changed, or other properties that need to have quick synchronization and access. For more info see the Dynamic Variables page.