#limit distance of shadow
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I am currently using a LightOccluder2D to give my weapon a shadow. but is there a way to limit the distance the shadow goes? I want to make it seem the shadow is coming from the top so it doesnt look weird
it just keeps going forever
short answer: no. the only thing you can do is limit the distance the light that casts the shadow goes. but for DirectionalLight2D there isn't a way.