3 Spot lights - 2 of them work only in proper camera angle

Hello. I am learning unity and I managed to put 3 power lines(with lights) on my scene available from the asset store. They were build from the Unity team. I wanted to simulate a street where I have 3 spot lights simulating street lighting.

One of them works just fine and you can see that it is lighting from top. Other two lights don’t light the area beneath as the first one. You can see there is a spot light but the intesnity is not as expected though they are duplicates of the first light. If I position the camera properly the other two lights might work with intensity as the first one.

Do I miss something about lights in unity?

I did some testing and it seems the two lights are mutualy exclusive. Once the circle of light gets below the terrain the other lights gets shut down.

spot lights in unity3d

To render multiple lights set your camera to Deferred Rendering instead of Forward Rendering in the Inspector.

Hey there is also another possible answer!
Change the Render Mode to Important! Render mode is at the very bottom of this picture and has the selection of auto at the moment. Let me know if that helps!!!

52566-2015-08-22-08h54-17.png