Hello Everyone. I’m trying to understand how works the lighting in AngryBots demo 4.0.
Taking about the illumination from the scene mentioned above, there are no light probes, the light settings are on default values just like when you create them and the mesh player and everything that isn’t static is clearly illuminated in realtime by the lights that makes also the lightmaps. I tried to make something similar into a new project, but when I bake the scene, dynamic objects can receive the light but it’s applied twice!! ('cause there’s already the lightmap on static objects) and I don’t want this. If I change settings to avoid this issue, dynamic objects don’t receive illumination. Then
I tried to bake the angrybots demo as it is, but everything is ok. No lights are applied twice and dynamic objects are perfectly illuminated from static lights.
If you make something like this in “Stealth Demo”, there is the same issue. But it’s different because there are light probes in the scene.
So my question is, why this is not happening in “AngryBots”? There are some sort of options in the project/program settings that allow a light to be static and dynamic on the same time? Some sort of script in the scene? Or maybe the shaders?
Thank you in advance