Hi,
I build my own pre rendered real-time diffuse light mapping in the deferred shader
Internal_DeferredShading.shader :: CalculateLight(unity_v2f_deferred i)
But unfortunately the reflection probe doesn’t see the light mapping when it’s rendering into the probe.
See example:
Is there a point where I can insert the light mapping into? Or it’s not possible?
Thank you!
