Search Unity

Inverted particle emitter

Discussion in 'Scripting' started by Alienchild, Aug 28, 2011.

  1. Alienchild

    Alienchild

    Joined:
    Oct 14, 2010
    Posts:
    364
    Hi

    I was wondering if it is possible to make the particles go in towards center instead of going outwards?
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,435
    Possible atleast by setting the "Particle.velocity" yourself,
    or wait for 3.5.. i guess : )
     
  3. GargerathSunman

    GargerathSunman

    Joined:
    May 1, 2008
    Posts:
    1,571
    Tangent Velocity. Make the z value a negative one.
     
  4. Alienchild

    Alienchild

    Joined:
    Oct 14, 2010
    Posts:
    364
    Didn't work GargerathSunman but it did however create a very weird and cool effect in my game ;)