Why is there a shadow offset?

Why shadow has an offset from the object?
And also what is this weird pixel line upon the grass?

Hey, look into the details of the directional light, Shadow bias is something I’d adjust. try making it like 0.04. Beside that contact shadows could help you if needed. However keep in mind that it will increase the processing resources needed.
About the pixel line, I’d need a better screenshot, as I don’t see it here

2 Likes

It’s wrap-around from the texture, set your texture (or texture sample) to clamp instead of wrap and it should go away

Thank you!! This was driving me nuts! I couldn’t find the setting anywhere and I didn’t know what it was called, I think the advanced tab was closed also which didn’t help.