Does anyone know how to make a directional light affect a light baked (static) object in Unity?
What I want to do more exactly is:
- Bake the scene with just ambient lights to get some general shadows/occlusion for static objects
- Add a dynamic “sun” when playing the game that adds color to the surfaces of those static objects (they should not cast real time shadows)
This “sun” is a directional light that I rotate and change the color of over time. All of this actually works fine when using deferred rendering… but shouldn’t there be a way to make it happen in forward rendering too? Point and spot lights seem able to affect the surfaces with light maps, so why not the directional light too?
Thanks,
Erik