Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Dynamic Mesh Creation with the Job System and/or ECS

Discussion in 'C# Job System' started by JHSV, Nov 15, 2018.

  1. JHSV

    JHSV

    Joined:
    Jul 11, 2013
    Posts:
    26
    I am attempting to dynamically create meshes in my project using the job system and/or ECS. In particular, I am trying to create a line that connects points in a list where each segment is represented by a quad that has a unique color.

    What would be the best way to implement something like this? I could see the job processing individual segment input values and drawing them as individual quads that either join each other or stay separate but overlap in space.
     
    Last edited: Nov 16, 2018
    paladinlll likes this.