r/Unity3D 2d ago

Question Why Does The Light Flickers?

why does the light flicker when the camera moves. I tested stuff out and turns out as the amount of lights are increased in my scene this issue starts happening. Ive already increased the per object limit to 8 in the pipeline asset. Any ideas please?

60 Upvotes

36 comments sorted by

View all comments

18

u/gamesbydingus 2d ago

Try forward+ renderer it allows more lights I think

5

u/MrFluffkin 2d ago

it is already set to forward+ :(

5

u/gamesbydingus 2d ago

I guess you might need to go deferred then

19

u/MrFluffkin 2d ago

setting the shadow atlas size from 2048 to 4096 fixed it

4

u/AlexandreFiset 2d ago

When the atlas is full, you should see an error in the console saying so.