Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Bug An Entity doesn't receive point light from the another entity

Discussion in 'Entity Component System' started by MagicianArtemka, Dec 25, 2020.

  1. MagicianArtemka

    MagicianArtemka

    Joined:
    Jan 15, 2019
    Posts:
    46
    Hi guys.

    Problem

    One gameObject has a Light component (Point light). Another gameObject a common cube. When the cube is gameObject - it receives light from the first gameObject (converted to Entity). When they both are entities - the cube doesn't receive light from the first gameObject.

    My project
    Unity 2020.2.0f1
    HybridRenderer V2 - 0.10.0-preview.21
    URP - 10.2.2
     
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,674
    Last edited: Dec 25, 2020
    MagicianArtemka likes this.
  3. Thygrrr

    Thygrrr

    Joined:
    Sep 23, 2013
    Posts:
    685
    What's a HBR?
     
  4. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,674
    Was meant to be HR. HybridRenderer
     
  5. MagicianArtemka

    MagicianArtemka

    Joined:
    Jan 15, 2019
    Posts:
    46