Why light is not falling in ground?

Why the light is not falling , some light is falling on ground but some are not falling why? See the screenshots
Can you help me out.
I am using Unity2020 & URP



Hi, you can have at most 8 (real-time) additional lights in Forward render path.

You can try any of these solutions:

  1. Bake the lights.

  2. Change Forward render path to Deferred. (need to upgrade to Unity 2021 or higher)

  3. You may use Decal Projector to create fake lights without changing to Deferred. (also need Unity 2021 or higher)

Thanks 1st method work for me :slight_smile:

1 Like