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.
  2. Dismiss Notice

Other (RESOLVED) (ECS & HDRP) Entities are not being rendered when using the HD renderpipeline

Discussion in 'Documentation' started by cxcubehd, Apr 4, 2023.

  1. cxcubehd

    cxcubehd

    Joined:
    Nov 19, 2021
    Posts:
    4
    Hello,

    I am trying to make a game using ECS, HDRP and Netcode for Entities. I stumbled over an issue where the objects placed in a Subscene would not render in the game view. In the Editor however they are being rendered as they are supposed to be.

    upload_2023-4-4_19-42-57.png
    upload_2023-4-4_19-43-16.png

    Placing them in the normal scene renders them.

    upload_2023-4-4_19-43-51.png
    upload_2023-4-4_19-44-4.png

    Does anyone know a fix for that?
     
  2. cxcubehd

    cxcubehd

    Joined:
    Nov 19, 2021
    Posts:
    4
    And yes I did place my camera correctly

    upload_2023-4-4_19-47-12.png
     
  3. cxcubehd

    cxcubehd

    Joined:
    Nov 19, 2021
    Posts:
    4
    It seems like adding
    com.unity.entities.graphics
    fixed this issue