Lightmap is usually baked to a 2nd texture, which uses a different UV layout. Your first UV channel is for the color/bump maps, this allows you to tile the textures, overlap UVs, mirror UVs, etc. The 2nd UV channel is for the lightmap, and usually every polygon gets a unique space inside the 0-1 square. Then you use a…