Lightmaps Loaded with Addressable Has Incorrect UVs?

Anyone experience this before? The model on the right is instantiated with a prefab link. That same prefab is used as a remote Addressable. When the addressable prefab is loaded on the left, the lightmap UVs appear to be missing or corrupted. This only seems to happen with Addressables and LWRP; the standard unity shader doesn’t seem to have that issue.

This thing has been driving me nuts for the past week, please let me know if you guys know what’s going on. Thanks!

I should add that the lightmap is saved to the prefab using PrefabLightmapData class.

This is on Unity 2019.2.17f1, Addressables 1.5.0, and LWRP 6.9.2

I am having the same exact issue, did you happen to solve it?

This is the lightmap in editor:

This is the same lightmap loaded through Addressables (no UVs):

I debugged a little more comparing my game objects’ meshfilters, and it turns out that Addressable’s exported meshes have no “uv2”.

Is there some option I should turn on to tell Addressables to include auto-generated uv2s?

Local file (uv2 is present):
5778436--609439--upload_2020-4-29_0-4-37.png

In editor using assets loaded from Addressables:
5778436--609442--upload_2020-4-29_0-5-15.png