I have 3 different textures and want to draw them a few hundred times next to each other based on the current layout of my ship.
Normally I would just use Sprites for this but I'm dealing with a large number of instances here and I would rather like to combine the textures into one large texture.
Can anyone explain how this would be done ?