Search Unity

Lights not rendering when converting to entities

Discussion in 'Graphics for ECS' started by anish_aggarwal, Apr 28, 2022.

  1. anish_aggarwal

    anish_aggarwal

    Joined:
    Dec 10, 2019
    Posts:
    3
    I added point and spot lights to my subscene, but when I close the subscene or play the scene, these lights disappear. I'm on Unity 2020.3.33f1 and have a URP scene, with the latest update of hybrid renderer.
    Screenshot (8).png Screenshot (9).png
     
  2. JussiKnuuttila

    JussiKnuuttila

    Unity Technologies

    Joined:
    Jun 7, 2019
    Posts:
    351
    Point and spot lights are currently only supported on HDRP. URP support requires URP Deferred or Forward+ rendering.
     
  3. anish_aggarwal

    anish_aggarwal

    Joined:
    Dec 10, 2019
    Posts:
    3
    Hi thanks for the reply, but could you please share some resources which could help me implement it in my DOTS project