Could somebody help me understand the key differences between these approaches, the result I need is a set of instanced geometry like the image.
Option A: Tilemap provides its Tile[,] to the builder, creating the full geometry for the map at once.
Option B: The new Tile provides the builder with itself, effectively making the Tile build its own geometry
Either option feels like there will be positives and negatives, but as the result will be identical with both, thats giving me a hard time for choosing