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

Question Lines drawn with LineRenderer fade and disappear

Discussion in 'General Graphics' started by nax_unity, Oct 19, 2020.

  1. nax_unity

    nax_unity

    Joined:
    Jan 24, 2018
    Posts:
    63
    I'm drawing a parabola with LineRenderer
    The 3D line display may be faint.

    Is there a setting method to correct the rounded part of the parabola so that it does not fade?

    Development environment
    Unity 2018.4.22f1
     

    Attached Files:

  2. richardkettlewell

    richardkettlewell

    Unity Technologies

    Joined:
    Sep 9, 2015
    Posts:
    2,281
    Yep - set Alignment to facing instead of Transform z :)