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

[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,605
    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!