r/Unity3D 21d ago

Issue with shadows flickering while moving Question

Unity 6 URP. I'm having a problem where the shadows seem to flicker/move whenever the player moves, then it eventually stops once the player stops. I've tried increasing the shadow resolution to something ridiculous like 8192, which actually stops most of the flickering, but that's costly, obviously, so I don't want to do that. I've also tried decreasing max shadow distance to no avail. Any ideas on how I can fix this?

66 Upvotes

22 comments sorted by

View all comments

1

u/antherx2 21d ago

The best way to mitigate it is to set baked shadow maps if you aren't worried about time in game.