I have added point light source to implement the tail light effect for the car but getting problem with it. For two side lights, if only one light is placed then it works proper but I want two so after adding second point light. The first one is not visible in play mode
![]()
So please help me for that…
2 Answers
2Change Render Mode in the inspecter for your lights options to Important
If you don’t actually need the tail lights to cast light, but just look lit up, you could instead use a Self-Illuminated shader; this will make the object ‘glow’, but it won’t actually be a light source.
I've been struggling with the same issue. Got a flashlight, as the lightsource goes over an object, all the other lights rendering on that object stop and only the flashlight renders on that object. This fixed all my lighting problems. Thanks @jessee03
– eliGasious