Unity 4.2 - Particle Collision callbacks

New in Unity 4.2, Particle Collision callbacks, allowing you to detect individual particle collisions in code. In this example we’re using collisions of the raindrop particles to add force to a hinged lid and to put out a fire by suppressing the output of its own particle system.
Back to Top