- Home /
Can Particles Emit Particles?
I want to have particles fall from my animated object as it moves. How can I do this with the new Particles?
Thanks!
Comment
Answer by DaveA · Feb 21, 2012 at 10:16 PM
http://unity3d.com/support/documentation/Components/class-ParticleSystem.html is a good start. Put the emitter on your object and use gravity.
Your answer