User Interface

Dynamic UI

The Dynamic UI is a multi-purpose components which lets you further simplify the process of UI creation for your own Avatar Customizer. These components are capable of handling various Game Creator 2 value types and can be use in a wide variety of use-cases.

The value type of a Dynamic UI is determined by the Value List you have set, and you can access the selected value using its respective Property type.

Common Issues

  • Circular Reference: Setting the target field of a Dynamic UI to "Current Target Property with Self" for instance, creates a circular reference, leading to an error stack overflow. This essentially tells the Dynamic UI to get the target itself continuously, causing an infinite loop. Avoid using this setting and instead choose a Dynamic UI that is not directed to itself.

Last updated