Paper2D-Tilemap Component Generated at Runtime not Generating Collision

From what I understand, the RebuildCollision would need to be called after the nested for loop you’re using to creating the tiles. These are the pieces that need to generate that collision which needs to be prompted by calling RebuildCollision. Have you tried calling it after those for loops?