Hello,
Could you explain me what is this error related to? It doesn’t appear on lower lightmap settings.
I’m using CPU progressive , Unity version 2018.4.12f1 (have to use this one)
This issue was fixed in Unity 2019.3 and onwards. This was a substantial overhaul to our ray scheduling logic, and thus will not be backported to 2018.4.
If possible, please try upgrading to the latest 2019.4 LTS build. That will fix this issue.
Thank you for your answer. Unfortunately due to nature of the project I have to work on 2018.4. Is there any way to bake lightmaps on newer version and then export it to 2018?
I’ve never tried it myself, as downgrading is not officially supported, nor it is encouraged. You could try baking the lightmaps in 2019.4 and then copy them over to your 2018.4 project. Lightmap textures will be exported to disk, just like any other texture.
I did it, but lightmaps has not been applied (cause no LDA). Any chance to edit SerializedFile version? Or any way to recreate exact LDA, but with 2018 version?
You first have to create an LDA in 2018, it is highly likely that a 2019 version will not be compatible. Once you have that you can copy over the lightmaps.
So I understand that to make LDA in 2018 I have to finish baking process (even with these errors) and do exactly the same bake in 2019 and copy lightmaps. What can I lower in 2018 lightmap settings to keep exactly the same amount of lightmaps etc. so lightmaps from 2019 will fit to it. I think lightmap size, anything else? lightmap resolution? Or everything have to be exactly the same? So far I had to go back to Enlighten, but if I can use 2019 to bake it, I would prefer it. Thank you
I think I’ve found workaround so posting for those that have this problem. For example in 2018 I set 2 texels per unit and 128 resolution (higher values will cause errors,), then I copy project completely, open it with 2019, bake the lights with higher settings, by multiplying both values. So if 2018 scene have 2texels and 128 resolution , then on 2019 I do : 4 and 256 or 8 and 512 or 16 and 1024 and so on…(other settings looks like don’t matter) This way I have the same amount of lightmaps and transfer them to 2018 lightmap folder overwriting existing ones, except Lighting Data asset (2019). 99% lightmaps are applied, still few objects left without it, but I can live with it. Other problem is that I don’t see lightmaps in inspector of object, but they are applied