Unity Light Probe Group not working

After being shown how easy adding light probes are, it gets a little frustrating when they don't actually work. What was I doing differently than all the those tutorials? I was loading scenes additively...

Apparently, after loading a scene additively you need to call:

LightProbes.Tetrahedralize();



Comments