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. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

DOTS entity doesn't look like a game object, when it works.

Discussion in 'Entity Component System' started by alsharefeeee, Mar 30, 2020.

  1. alsharefeeee

    alsharefeeee

    Joined:
    Jul 6, 2013
    Posts:
    80
    Hi there,
    So I converted a gameobject to an Entity and noticed that it looks different than the original game object, attached is a screenshot (the one on the right has "ConvertToEntity" component and the one on the left doesn't.

    Am I doing something wrong here? I find that only HDRP 7.1.8 and Hypird Renderer 0.4.0 with Entities 0.8.0 worked like that for with me, HDRP 7.2.1 gives me a glowing object and HDRP 7.3.0 for some reason can't be installed (keeps loading for a whole day then just crash).
     

    Attached Files:

    chrismarch likes this.
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    We have a couple of rendering issues in the current preview Hybrid Renderer. A full rewrite for the purposes of rendering correctness & performance is landing soon. We will post in the forum when it's available.
     
  3. alsharefeeee

    alsharefeeee

    Joined:
    Jul 6, 2013
    Posts:
    80
    Thanks