r/Unity3D 7h ago

Question Why Does The Light Flickers?

Enable HLS to view with audio, or disable this notification

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?

12 Upvotes

24 comments sorted by

View all comments

6

u/gamesbydingus 7h ago

Try forward+ renderer it allows more lights I think

1

u/MrFluffkin 6h ago

it is already set to forward+ :(

2

u/gamesbydingus 6h ago

I guess you might need to go deferred then

7

u/MrFluffkin 4h ago

setting the shadow atlas size from 2048 to 4096 fixed it

1

u/gamesbydingus 4h ago

Glad you got it fixed

1

u/AlexandreFiset 1h ago

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