Shadow Distance for individual lights?

Hello, I plan on having lots and lots of lights that cast shadows but the problem is that it will run horribly unless I have some sort of shadow distance but another problem is I would like to keep the shadow distance of my directional light the same and have other lights have a shorter distance.

You could check the distance for each light to your player and turn the shadows on/off by a threshold distance. Would involve some calculation, so you’d have to test if it isn’t a performance sink, depending on the number of your lights.

Cheers, WRZ