Home > OS >  Unity 2D lighting now showing up
Unity 2D lighting now showing up

Time:05-04

I'm trying to get a light into my game but it doesn't show up in the gameview, only Halo when toggled on shows something: My problem

What do i have wrong in this? It is a point light.

While not running While notrunning

While running While Running

CodePudding user response:

Try to change "Render Mode" to important it should work

CodePudding user response:

The light works properly. You need an object. Just make sure the light distance from the object, range, and light intensity are sufficient.

enter image description here

No Effect will be seen without the object.

enter image description here

  • Related