Search Unity

Creating a vortex or circular particle effect with new Particle System

Discussion in 'General Graphics' started by eco_bach, Dec 22, 2015.

  1. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    Hi.
    Trying to create a 'swirling' or vortex effect with particles and the new Shuriken Particle System. Came across this script in the unify wiki but it only works with the OLD particle emitter
    http://wiki.unity3d.com
     
  2. darkhog

    darkhog

    Joined:
    Dec 4, 2012
    Posts:
    2,218
  3. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    Thanks! I've resorted to parenting the particleSystem to another gameObject and then creating the spiral motion on that but will try this. I assume this technique though uses the OLD particle emitter? I need to research if Shuriken offers any performance advantages over the old Particle Emitter.