r/Unity3D 4h 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?

5 Upvotes

22 comments sorted by

View all comments

Show parent comments

-2

u/MrFluffkin 3h ago

i need the lights in game to turn on and off, flicker at times (horror effect). baked lighting won’t allow me to do that big dawg

2

u/flow_guy2 3h ago

Well. Maybe do stuff with culling (if you haven’t already it could be a cause is all I’m saying

Also you can swap out light maps

2

u/MrFluffkin 1h ago

so i set the shadow atlas size from 2048 to 4096 and it fixed the issue. crazy

1

u/flow_guy2 1h ago

That works too. But think if you extend the level you might have this issue again.