Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Question performance when rendering lots of different meshes

Discussion in 'Graphics for ECS' started by buc, Feb 23, 2023.

  1. buc

    buc

    Joined:
    Apr 22, 2015
    Posts:
    123
    Does ECS render lots of different meshes (no atlased textures and no merged meshes) also with high performance? Or will you still need to optimize these by the default approach?

    Maybe this is a dumb question, but I haven't found any question/answer about this, maybe I have missed it.
     
  2. DreamingImLatios

    DreamingImLatios

    Joined:
    Jun 3, 2017
    Posts:
    4,278
    It does this quite well in 1.0 with RenderMeshArray, although I think texture atlases may still be a good idea for some platforms.
     
    buc likes this.