Search Unity

Lightsaber trail

Discussion in 'General Graphics' started by Xwad, Jul 6, 2022.

  1. Xwad

    Xwad

    Joined:
    May 14, 2020
    Posts:
    41
    Hello! Is it possible to make this with Unity's built in Particle System, Trail Renderer?

     
  2. kdgalla

    kdgalla

    Joined:
    Mar 15, 2013
    Posts:
    4,639
    Either one will work. It's probably easier to use the trail renderer since it was designed just for this sort of effect. It basically does the exact same thing is shown in that video:
    https://docs.unity3d.com/Manual/class-TrailRenderer.html

    somebody using trail renderer:



    somebody using particles: