Overlapping lighting problem

Simply, I’ve been experimenting with lighting, however things aren’t quite working.

alt text

The above photoshows 1 spot light, with the desired effect that I wish to achieve.

Below is the same light with the same settings, but with 2 of them, and you can see that they don’t like to play with eachother. I don’t have Unity Pro, so maybe this is a Indie problem, but I’d like to know if there is a way for me to improve this so both lights work like the above light.

alt text

ANy ideas, or help is greatly appreciated.

1 Answer

1

Besides the fact that one can't really understand how or where are those two lights placed, in respect to the first screenshot, my guess is that your lights are placed at different depths.

Simply put, if one light is partially inside the terrain or wall, it won't light as it's supposed to do. Check your lights positions.

Another reason for that different lighting could be that the meshes they're projecting have weird dimensions. Remember that the 'cube' standard asset is 1 "meter" sided. All your scenery should be measured in proportion with that, rather than scaling too little or too big.

I had checked the light position many times, still no joy.