Hi,
We’re using Unity 2019.3. I’ve reproduced this issue on a machine with an RTX2070 and another with an RX5700.
We have a script that loads in scenes, stages lights, etc. then does Lightmapping.BakeAsync. Thing is, when we bake lights using Lightmapping.BakeAsync, reflection probes sometimes get really bright. Like, standing on the face of the sun bright.
This image contains multiple reflection probes exhibiting the same behavior.
It doesn’t always happen, it’s random and unpredictable. It happens to probes that are both indoors and outdoors, but usually only across a couple of scenes. After identifying a probe that is misbehaving, we can clear it out by simply re-baking the offending probe after the Lightmapping.BakeAsync finishes (select the probe in the editor => look at the reflection probe component => click “bake”).
I don’t think there’s any stray lights causing the issue because everything else about the bake looks fine, it’s only the reflection probes that are experiencing any problems.
Thank you for your time,
Colton
(edit: It’s not resolved… please see two posts down) Okay, the issue is hopefully resolved. I tried a bunch of stuff to get it fixed, and finally resorted to re-structuring the scenes that get baked together within the world.
The game had one section of 14 scenes that were getting baked together. I split that section in two, with about half of the scenes in each new bake group. Now, about 7 scenes each get a separate call to BakeAsync.
I’m not exactly sure what part of splitting the groups up fixed the issue. If it was a size problem or a specific object in one scene that interacted poorly with an object in a different scene, I’ll never know. From now on I guess I’m going to try not to exceed baking 10 scenes together.
Good luck & happy baking =P
Pic of correctly baked scene:
Okay nvm it’s happening again after splitting out the scenes. =(
Tried moving to 2020.1 beta and I’m still seeing the issue. Baked lightmaps look a little different in 2020.1, and the issue seems less prevalent, but I have one probe that consistently whites out.
Hitting up reddit as well: Reddit - Dive into anything
Disabling HDR got rid of the supernovas, but I don’t understand why I can’t bake HDR reflection probes in only two scenes. Oh well, glad the game is right again.