Hello!
I’m pretty new to unity and i’m having an issue with shadows on my game.
I made a room to test. I have a directional light, that represents the Sun.
The problem is that the shadows that this light causes, don’t look smooth, like this(best example shadows in the couch):
I searched everywhere but can’t find a solution. Mostly because i don’t know what the problem is, or what it is called…
The house’s walls, windows, are all made with the standard shader…
The shadows look bad also in Scene view… so i’m a bit lost…
I’ve tried attaching the AA image effect to the camera, but doen’t fix this.
How can I fix this horrible shadows?
Thank you!!
Ez
Go to Edit > Project Settings > Quality and click Fantastic. Make sure shadows are set to High or Very High Resolution.
Hello! Thank you for your suggestion. I had already tried that, but it didn’t work, i’ve dived through quality settings before posting.
My project is for an android device. Does it change something?
You probably need to reduce the shadow distance in Project Settings > Quality, or use shadow cascades Unity - Manual: Shadow Cascades or do both.
1 Like
Yes! The Shadow Distance helped a lot! I had tryed the Shadow cascades adjustment but it didn’t help.
Thank you very much Pawige! This was driving me crazy.
I’ll research a bit about this Shadow Distance and why is it affecting my shadows so much!
This fixed the problem in game view from my PC.
But when building and running on my android devices, the problem comes back.
I read that Android doesn’t suppor Shadow Cascades. Is there any other way to fix this for Android apps?
Thank you!
1 Like