Instancing or replication

Instancing vs replication question. I have a component based on a simple network which does 2 things
i) - updates the x and z coordinates of geometry,
and
ii) - changes the color based on a slider value

At runtime I need to ‘copy’ this component (up to 12 copies) and update the individual x,z and color values. The number of ‘copies’ will be constantly changing as well.

Should I be using replication only, or some combination of instancing and replication or?

instancing_or_replication.toe (4.6 KB)

Instancing for sure :slight_smile:

Thanks!.Checking out your DAT instancing example