PrefabLightmapping
PrefabLightmapping copied to clipboard
lightmaps in the build aren't mapped correctly
so i basically have a game where prefabs get put into "modules" that give the prefabs rules so that i can randomly generate them, this is how it looks like if i generate in the editor or if i generate before building:
and this is how it looks if i generate in the build using that button in the corner:
i have looked in similar issues and none of the fixes worked for me, i even tried to completlly disable static batching which didn't work
Note that im using probuilder becuse not doing so is super time conuming
I saw your message in the other issue. For probuilder to work properly with prefabs you need to save meshes to disk (a.k.a go from a probuilder dynamic object to a regular mesh)
thank you so much, and sorry for asking twice, i just really needed help