Instancing patterns with multiple objects

Hello,

Can’t seem to find an answer anywhere for a roadblock I’ve run into.
I have 4 objects I would like to instance in a specific pattern on a sphere.
Something like this.
Row 1: A A A A…
Row 2: B D B D…
Row 3: C A C A…

Any insight to how I might achieve this?

Hello,

Instancing only works with a single geometry. For 4 objects you would have to use 4 Geometry COMPs and instance each object individually. So the main task would be to split up the channels for your 4 objects.

Best
Markus