Archive
This post is archived and may contain outdated information. It has been set to 'noindex' and should stop showing up in search results.
This post is archived and may contain outdated information. It has been set to 'noindex' and should stop showing up in search results.
Unity 2D Particle System Inward Moving Particles
May 16, 2017ProgrammingComments (3)
To create inward-moving particles using the stock Particle System in Unity, you need to set the Start Speed to a negative number. This reverses the direction of the particles so they move towards the center.
In addition to the Start Speed, you'll also need to set Emit from to Volume Shell and then adjust Radius and Length under Shape. Fiddle with it until you get the effect you're after.
Here are example settings:
In addition to the Start Speed, you'll also need to set Emit from to Volume Shell and then adjust Radius and Length under Shape. Fiddle with it until you get the effect you're after.
Here are example settings: