Spotlights don't have shadow?

I know about rendering paths. I already set mine to deferred lighting. It’s okay with directional and point lights but my spotlight doesn’t seem to have any effect. I didn’t forget enabling shadows and all. Is there something else I should do or spot lights just don’t get to use shadows in unity? Thanks.

1 Answer

1

If your using the free version of Unity, shadows are only supported by directional lights.

I use pro.

In that case, try going to Quality settings and enable shadows. Maybe you haven't enabled them from there.

I have. Anyway, I don't know why but I just tried using hard shadow on spotlight and it worked. Weird. Thanks for suggestions.