Search Unity

Any options for DOTS Line Renderer

Discussion in 'Graphics for ECS' started by Antypodish, Nov 15, 2020.

  1. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,780
    Hi,
    does anyone has ideas and thoughts, how to implement efficiently line renderer effect with DOTS?

    @5argon I know you have your git. Besides is a bit dated, can you comment about usability of it?
    For what you used, as cubes edges highlights, I rather use shaders.
    But I see use also for other applications.
     
  2. cultureulterior

    cultureulterior

    Joined:
    Mar 15, 2015
    Posts:
    68
    I did the standard aligned billboard shader graph with point arguments for my laser beams, and submit the points as argument to the shader graph
     
  3. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,780
    Yeah, I think shaders are the best option so far.