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:
-
Bake the lights.
-
Change Forward render path to Deferred. (need to upgrade to Unity 2021 or higher)
-
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
1 Like