Question
Add or remove Assets in an instance !?
Imagine a component with a list of, let’s say, 5 buttons. Each button can be visible or invisible via a toggle/boolean property. I was wondering how I can build the component so that you can easily add or remove buttons to the instance without changing the number of buttons in the main component.
