Lightmap LODs

Hi,

I am trying to copy lightmaps from my LOD 0 to the other LODs as they share the same layout, I am using this Github project to achieve this, which I believe is made by someone at Unity - GitHub - laurenth-personal/LODLightmapScripts: Scripts useful when using LODs and lightmaps

In scene view, lightmaps are successfully transferred and display as expected well but I lose my results in play mode?

Anyone have an idea how to work around this or why it happens?

Have you checked whether the relevant functions for fixing up the references are called when transitioning to play mode?

Hi, I solved it with script execution order.