Material emission animation through script is not lighting anything

So, I have an animation of an emission color of a material, that goes from black (0.0f) to red with HDR intensity of 2. I change the material emission color through script in an Update() and I have a .anim that changes the color I set through the script in every update tick.

The animation works just fine, the problem is that this emission color is not lighting anything in the scene, static nor dynamic elements. I baked the lighting and I’m using light probes. What am I doing wrong?

Thank you.

P.S.: I’m not animating the material properties directly through the animation because it would go crazy, like giving me random animation curves or different emission colors, and I get the ‘MaterialPropertyBlock is used to modify these values’ warning.

http://answers.unity3d.com/answers/1169569/view.html