Hey all!
From what I’ve read around, GPU instancing should support lightmaps since 2018.1 (we are on 2018.4.8)
The thing is, it USED to work, and now it doesn’t? The frame debugger says “Objects are lightmapped”, but they were lightmapped before also and batching correctly (I think?). We are using custom lightmaps parameters with an assigned baked tag, and the baked lightmaps seems to have split them properly (multiple smaller lightmaps VS 2 big ones). I’ve also tried using the System Tag (to no change) but that seems to be only for Realtime? Documentation is unclear.
In the frame debugger, they do share the same lightmap texture. The only differing value is “unity_lightmapST”. I thought this was supported ? Am I wrong? Or do I need an additionnal step?
According to Unity docs:
Joined my setup and frame debugger window. The to red objects should be the ones batching together in this case, but I do have other cases with hundreds of objects where none of them are instanced properly.

Different question but might as well: I was under the impression that static batching didn’t care about lightmaps/lightmap groups, but I’m seeing behaviour that suggests it does break a batch? Is that right? I could bake large maps (1024 right now), but then on some of our levels, it just never finishes, even at low res (>24 hours before I stopped it, 2048)

