Search Unity

[Help] Don't have Mesh Instance Renderer Component script

Discussion in 'Graphics for ECS' started by o92design, Feb 20, 2019.

  1. o92design

    o92design

    Joined:
    Jun 19, 2018
    Posts:
    4
    Hi,
    I've added the Entities package to my project but I can't seem to add the Mesh Instance Renderer Component to my game object in order to make it visible.

    I can't find the Rendering folder in my Entities package as well and wonder where that could be??

    I've tried importing both lightweight and HDRLP in order to see if I would get it from there but nothing....

    Unity version 2019.20a4
    Entities Package: 0.0.12 preview-24

    MeshInstanceRendererNotFoundInComponentMenu.png
    EntitiesMissing.png
     
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    It was renamed RenderMeshProxy in p24 (RenderMeshComponent in p23)

    and it's now in the com.unity.rendering.hybrid package
     
    stayall and Bazookas like this.
  3. o92design

    o92design

    Joined:
    Jun 19, 2018
    Posts:
    4
    Yes There it is!

    Thank you very much!